summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-14Use https for gnu.org linksPeter Eisentraut
2020-10-14Correct error messagePeter Eisentraut
2020-10-13Paper over regression failures in infinite_recurse() on PPC64 Linux.Tom Lane
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-10-12Fix GiST buffering build to work when there are included columns.Tom Lane
2020-10-12Re-allow testing of GiST buffered builds.Tom Lane
2020-10-12Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane
2020-10-12Minor cleanup for win32stat.c.Tom Lane
2020-10-12Fix compilation warning in unicode_norm.cMichael Paquier
2020-10-12Fix estimates for ModifyTable paths without RETURNING.Thomas Munro
2020-10-12Adjust cycle detection examples and testsPeter Eisentraut
2020-10-12Choose ppc compare_exchange constant path for more operand values.Noah Misch
2020-10-12For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.Noah Misch
2020-10-11Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier
2020-10-10Remove pointless error-code checking in pg_dump/parallel.c.Tom Lane
2020-10-10Minor cleanup for win32stat.c.Tom Lane
2020-10-10Minor cleanup for win32stat.c.Tom Lane
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-10-09plperl.h should #undef fstat along with stat and lstat.Tom Lane
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane
2020-10-09Fix typos in logical.c and reorderbuffer.c.Amit Kapila
2020-10-08Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane
2020-10-08Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane
2020-10-08Fix typo in multixact.cMichael Paquier
2020-10-08Improve set of candidate multipliers for perfect hash function generationMichael Paquier
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-07Clean up after newly-added tests for pg_test_fsync and pg_test_timing.Tom Lane
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-10-07Display the names of missing columns in error during logical replication.Amit Kapila
2020-10-06pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian
2020-10-06pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian
2020-10-06Build EC members for child join rels in the right memory context.Tom Lane
2020-10-06Fix compilation warning in xlog.cMichael Paquier
2020-10-06Try to unbreak 021_row_visibility.pl on mingw.Andres Freund
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-10-05Include the process PID in assertion-failure messages.Tom Lane
2020-10-05Fix two latent(?) bugs in equivclass.c.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-05Improve stability of identity.sql regression test.Tom Lane
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-02Tidy up error reporting when converting PL/Python arrays.Heikki Linnakangas
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-02Add block information in error context of WAL REDO apply loopMichael Paquier
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-10-01Fix incorrect assertion on number of array dimensions.Heikki Linnakangas
2020-10-01Set right-links during sorted GiST index build.Heikki Linnakangas