aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Sync patternsel_common's operator selection logic with pattern_prefix's.Tom Lane2019-11-20
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane2019-11-20
* Fix comment in xact.hMichael Paquier2019-11-20
* Handle ReadFile() EOF correctly on Windows.Thomas Munro2019-11-20
* Add the support for '-f' option in dropdb utility.Amit Kapila2019-11-20
* Fix corner-case failure in match_pattern_prefix().Tom Lane2019-11-19
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* Allow invisible PROMPT2 in psql.Thomas Munro2019-11-19
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-18
* Further fix dumping of views that contain just VALUES(...).Tom Lane2019-11-16
* Add tuplesort test to serial_schedule.Peter Geoghegan2019-11-16
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-16
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Skip system attributes when applying mvdistinct statsTomas Vondra2019-11-16
* Always call ExecShutdownNode() if appropriate.Thomas Munro2019-11-16
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Fix plan instability in the new tuplesort test.Andres Freund2019-11-13
* Remove unused code from tuplesort.Andres Freund2019-11-13
* Add tests for tuplesort.c.Andres Freund2019-11-13
* Add missing check_collation_set call to bpcharne().Tom Lane2019-11-13
* Fix silly initializations (cosmetic only).Tom Lane2019-11-13
* Avoid using SplitIdentifierString to parse ListenAddresses, too.Tom Lane2019-11-13
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* Include TableFunc references when computing expression dependencies.Tom Lane2019-11-13
* Handle arrays and ranges in pg_upgrade's test for non-upgradable types.Tom Lane2019-11-13
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Teach datum_image_eq() about cstring datums.Peter Geoghegan2019-11-12
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Further improve stability of partition_prune regression test.Tom Lane2019-11-11
* Fix whitespacePeter Eisentraut2019-11-11
* Rerun autoheaderPeter Eisentraut2019-11-11
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Fix subscription testPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix new COPY test of PL/pgSQL with VPATH buildsMichael Paquier2019-11-09
* Add tests for COPY in PL/pgSQLMichael Paquier2019-11-09