Commit Graph

49997 Commits (371668a8389d792279bd7aff8ca796e284f595df)
 

Author SHA1 Message Date
Tom Lane 371668a838 Fix GiST buffering build to work when there are included columns. 5 years ago
Tom Lane 78c0b6ed27 Re-allow testing of GiST buffered builds. 5 years ago
Tom Lane 397ea901e8 Fix memory leak when guc.c decides a setting can't be applied now. 5 years ago
Tom Lane fcd11329db Minor cleanup for win32stat.c. 5 years ago
Michael Paquier e578c17d81 Fix compilation warning in unicode_norm.c 5 years ago
Thomas Munro f0f13a3a08 Fix estimates for ModifyTable paths without RETURNING. 5 years ago
Peter Eisentraut 3fb676504d Adjust cycle detection examples and tests 5 years ago
Noah Misch 88ea7a1188 Choose ppc compare_exchange constant path for more operand values. 5 years ago
Noah Misch f5c1167b17 For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm. 5 years ago
Michael Paquier 80f8eb79e2 Use perfect hash for NFC and NFKC Unicode Normalization quick check 5 years ago
Tom Lane 85d08b8b72 Band-aid new postgres_fdw test case to remove error text dependency. 5 years ago
Tom Lane eeb01eb1f5 Remove pointless error-code checking in pg_dump/parallel.c. 5 years ago
Tom Lane 961e07b8cc Minor cleanup for win32stat.c. 5 years ago
Tom Lane c94cfb38c3 Minor cleanup for win32stat.c. 5 years ago
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 5 years ago
Tom Lane ed30b1a60d plperl.h should #undef fstat along with stat and lstat. 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Amit Kapila f13f2e4841 Fix typos in logical.c and reorderbuffer.c. 5 years ago
Tom Lane 7538708394 Avoid gratuitous inaccuracy in numeric width_bucket(). 5 years ago
Tom Lane 8ce423b191 Fix numeric width_bucket() to allow its first argument to be infinite. 5 years ago
Michael Paquier b90b79e140 Fix typo in multixact.c 5 years ago
Michael Paquier 2a73164581 Improve set of candidate multipliers for perfect hash function generation 5 years ago
Amit Kapila 9868167500 Track statistics for spilling of changes from ReorderBuffer. 5 years ago
Tom Lane 8d2a01ae12 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. 5 years ago
Tom Lane 3db322eaab Prevent internal overflows in date-vs-timestamp and related comparisons. 5 years ago
Tom Lane 6c05e5b774 Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 5 years ago
Tom Lane 9e5f1f21ad Rethink recent fix for pg_dump's handling of extension config tables. 5 years ago
Amit Kapila f07707099c Display the names of missing columns in error during logical replication. 5 years ago
Bruce Momjian 069179767f pg_upgrade: remove pre-8.4 code and >= 8.4 check 5 years ago
Bruce Momjian bc1fbc960b pg_upgrade; change major version comparisons to use <=, not < 5 years ago
Tom Lane d7885b1f87 Build EC members for child join rels in the right memory context. 5 years ago
Magnus Hagander 1b22224945 Further improvements on documentation for pg_dump -t 5 years ago
Magnus Hagander b8c4d38512 Clarify documentation around pg_dump -t option 5 years ago
Magnus Hagander 5b36221c46 Expand installation documentation to cover binary installations 5 years ago
Michael Paquier 0a3c864c32 Fix compilation warning in xlog.c 5 years ago
Andres Freund 1df2b50dbe Try to unbreak 021_row_visibility.pl on mingw. 5 years ago
Fujii Masao 32a9c0bdf4 postgres_fdw: reestablish new connection if cached one is detected as broken. 5 years ago
Bruce Momjian dd0a64ed43 doc: show functions returning record types and use of ROWS FROM 5 years ago
Bruce Momjian 253f1025da Overhaul pg_hba.conf clientcert's API 5 years ago
Tom Lane 18c170a08e Include the process PID in assertion-failure messages. 5 years ago
Tom Lane 53c6daff43 Fix two latent(?) bugs in equivclass.c. 5 years ago
Tom Lane 9cc3d614a9 Doc: fix parameter names in the docs of a couple of functions. 5 years ago
Peter Eisentraut 2453ea1422 Support for OUT parameters in procedures 5 years ago
Tom Lane e899742081 Improve stability of identity.sql regression test. 5 years ago
Michael Paquier 10c5291cc2 Fix handling of redundant options with COPY for "freeze" and "header" 5 years ago
Tom Lane 97b6144826 Make postgres.bki use the same literal-string syntax as postgresql.conf. 5 years ago
Peter Eisentraut 9081bddbd7 Improve <xref> vs. <command> formatting in the documentation 5 years ago
Bruce Momjian 1a9388bd0f doc: libpq connection options can override command-line flags 5 years ago
Bruce Momjian 472e518a44 doc: clarify the use of ssh port forwarding 5 years ago
Heikki Linnakangas 26b8361518 Tidy up error reporting when converting PL/Python arrays. 5 years ago