]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-01-25  Peter EisentrautAllow generalized expression syntax for partition bounds
2019-01-24  Tom LaneRemove _configthreadlocale() calls in ecpg test suite.
2019-01-24  Tom LaneRemove infinite-loop hazards in ecpg test suite.
2019-01-24  Peter EisentrautPL/pgSQL: Add statement ID to statement structures
2019-01-24  Peter EisentrautFix whitespace
2019-01-24  Alvaro HerreraFix droppability of constraints upon partition detach
2019-01-24  Tom LaneFix portability problem in pgbench.
2019-01-24  Alvaro HerreraSimplify coding to detach constraints when detaching...
2019-01-24  Etsuro Fujitapostgres_fdw: Account for tlist eval costs in estimate_...
2019-01-24  Tom LaneBlind attempt to fix _configthreadlocale() failures...
2019-01-24  Alvaro HerreraDetach constraints when partitions are detached
2019-01-23  Michael PaquierRemove argument isprimary from index_build()
2019-01-23  Heikki LinnakangasFix misc typos in comments.
2019-01-23  Michael PaquierFix typo in pgbench.c
2019-01-23  Tatsuo IshiiDoc: fix typo in URL of OASIS group web site.
2019-01-23  Michael PaquierMake vacuumdb test regex more modular for its query...
2019-01-22  Tomas VondraFix handling of volatile expressions in COPY FROM ...
2019-01-22  Andres Freundllvm: Fix file-ending in IDENTIFICATION comments.
2019-01-22  Michael PaquierAdjust documentation for vacuumdb --disable-page-skipping
2019-01-22  Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-22  Andres FreundRephrase references to "time qualification".
2019-01-22  Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22  Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22  Andres FreundChange snapshot type to be determined by enum rather...
2019-01-21  Tom LaneRemove useless bms_copy step in RelationGetIndexAttrBitmap.
2019-01-21  Alvaro HerreraCreate action triggers when partitions are detached
2019-01-21  Alvaro HerreraFlush relcache entries when their FKs are meddled with
2019-01-21  Tom LaneSecond try at fixing ecpglib thread-safety problem.
2019-01-21  Andres FreundFix "Remove superfluous tqual.h includes" by adding...
2019-01-21  Tom LaneFix sepgsql regression test.
2019-01-21  Andres FreundRemove superfluous tqual.h includes.
2019-01-21  Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21  Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-21  Andres FreundIntroduce access/{table.h, relation.h}, for generic...
2019-01-21  Tom LaneSort the dependent objects before recursing in findDepe...
2019-01-21  Alvaro HerreraAdd 'id' to Acknowledgments section
2019-01-21  Andres FreundFix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.
2019-01-21  Andres FreundAdjust some more comments for WITH OIDS removal.
2019-01-21  Tom LaneAvoid thread-safety problem in ecpglib.
2019-01-21  Tom LaneRevert "Fix under-quoted filename pattern in pgbench...
2019-01-21  Etsuro FujitaPostpone generating tlists and EC members for inheritan...
2019-01-19  Tomas VondraAllow COPY FROM to filter data using WHERE conditions
2019-01-19  Tomas VondraRevert "Add valgrind suppressions for wcsrtombs optimiz...
2019-01-19  Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-19  Peter EisentrautFix outdated comment
2019-01-18  Tom LaneFix under-quoted filename pattern in pgbench TAP test.
2019-01-18  Tom LaneUse our own getopt() on OpenBSD.
2019-01-18  Alvaro HerreraFix creation of duplicate foreign keys on partitions
2019-01-18  Alvaro HerreraMove CloneForeignKeyConstraints to tablecmds.c
2019-01-18  Alvaro HerreraRefactor duplicate code into DeconstructFkConstraintRow
2019-01-18  Tom LaneAvoid sometimes printing both tables and their columns...
2019-01-18  Peter EisentrautRemove obsolete comment
2019-01-18  Peter Eisentrautconfigure: More use of AC_ARG_VAR
2019-01-18  Michael PaquierFix incorrect relation name in comment of vacuumlazy.c
2019-01-18  Michael PaquierEnforce non-parallel plan when calling current_schema...
2019-01-18  Tom LaneAvoid assuming that we know the spelling of getopt_long...
2019-01-18  Michael PaquierRestrict the use of temporary namespace in two-phase...
2019-01-17  Magnus HaganderReplace references to mailinglists with @lists.postgres...
2019-01-17  Magnus HaganderRemove references to Majordomo
2019-01-17  Andrew GierthPostpone aggregate checks until after collation is...
2019-01-17  Tatsuo IshiiDoc: enhance pgbench manual.
2019-01-17  Etsuro Fujitapostgres_fdw: Remove duplicate code in DML execution...
2019-01-16  Alvaro HerreraReorganize planner code moved in b60c39759908
2019-01-16  Peter EisentrautIncrease test coverage in RI_Initial_Check()
2019-01-16  Peter EisentrautIncrease test coverage in RI_FKey_fk_upd_check_required()
2019-01-16  Peter EisentrautIncrease test coverage in RI_FKey_pk_upd_check_required()
2019-01-16  Peter EisentrautAdd test case for ON DELETE NO ACTION/RESTRICT
2019-01-15  Andres FreundDon't duplicate parallel seqscan shmem sizing logic...
2019-01-15  Andres FreundMove vacuumlazy.c into access/heap.
2019-01-15  Andres FreundFix parent of WCO qual.
2019-01-15  Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-15  Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15  Andres FreundMake naming of tupdesc related structs more consistent...
2019-01-15  Andres FreundRemove too generically named MissingPtr typedef.
2019-01-15  Andres FreundDon't include heapam.h from others headers.
2019-01-14  Michael PaquierFix typos in documentation and for one wait event
2019-01-14  Andres FreundRe-add default_with_oids GUC to avoid breaking old...
2019-01-14  Alvaro HerreraFix unique INCLUDE indexes on partitioned tables
2019-01-14  Heikki LinnakangasDetach postmaster process from pg_ctl's session at...
2019-01-13  Andrew Dunstanfix typo
2019-01-13  Andrew DunstanMake DLSUFFIX easily discoverable by build scripts
2019-01-13  Noah MischMake Emacs perl-mode indent more like perltidy.
2019-01-13  Tom LaneImprove missing-program error handling in make_ctags...
2019-01-13  Michael PaquierFix error message for logical replication targets
2019-01-13  Peter EisentrautMake INSTALL makefile rule more robust
2019-01-13  Peter Eisentrautconfigure: Update python search order
2019-01-13  Peter EisentrautChange default of recovery_target_timeline to 'latest'
2019-01-13  Michael PaquierImprove error messages for incorrect types of logical...
2019-01-13  Andres FreundRemove heapam.h include made superfluous by b60c3975990.
2019-01-11  Andrew DunstanFree pre-modification HeapTuple in ALTER TABLE ......
2019-01-11  Tom LaneAvoid sharing PARAM_EXEC slots between different levels...
2019-01-11  Peter Eisentrautdoc: Correct documentation of install-time environment...
2019-01-11  Peter EisentrautCreate INSTALL file using Pandoc
2019-01-11  Peter EisentrautAdd value 'current' for recovery_target_timeline
2019-01-11  Amit KapilaExtend pg_stat_statements_reset to reset statistics...
2019-01-10  Andrew DunstanFix missing values when doing ALTER TABLE ALTER COLUMN...
2019-01-10  Tom LaneAdd .gitignore entry for a derived file created by...
2019-01-10  Tom LaneFix C++ compile failures in headers.
2019-01-10  Tom LaneRemove unnecessary #include.
2019-01-10  Alvaro HerreraMove inheritance expansion code into its own file
next