Commit Graph

48077 Commits (bf2efc55da9a1a33da32fa383db9db2f2c49b2cb)
 

Author SHA1 Message Date
Tom Lane bf2efc55da Further fix dumping of views that contain just VALUES(...). 6 years ago
Peter Geoghegan 815bd57807 Add tuplesort test to serial_schedule. 6 years ago
Michael Paquier 3db0598d90 Improve stability of tests for VACUUM (SKIP_LOCKED) 6 years ago
Tomas Vondra 2dc08bd617 Properly determine length for on-disk TOAST values 6 years ago
Tomas Vondra d482f7f867 Skip system attributes when applying mvdistinct stats 6 years ago
Thomas Munro 76cbfcdf3a Always call ExecShutdownNode() if appropriate. 6 years ago
Alvaro Herrera 6ae4d27187 Remove the word "virgins" for documentation 6 years ago
Michael Paquier 50d22de932 Cleanup code in reloptions.h regarding reloption handling 6 years ago
Michael Paquier 1bbd608fda Split handling of reloptions for partitioned tables 6 years ago
Andres Freund 80ef34fc70 Fix plan instability in the new tuplesort test. 6 years ago
Andres Freund 7d962eaf50 Remove unused code from tuplesort. 6 years ago
Andres Freund 4a252996d5 Add tests for tuplesort.c. 6 years ago
Tom Lane d57d61533a Add missing check_collation_set call to bpcharne(). 6 years ago
Tom Lane 0cafdd03a8 Fix silly initializations (cosmetic only). 6 years ago
Tom Lane 7bf40ea0d0 Avoid using SplitIdentifierString to parse ListenAddresses, too. 6 years ago
Tom Lane 7618eaf5f3 Avoid downcasing/truncation of RADIUS authentication parameters. 6 years ago
Tom Lane 2c7b5dad6e Include TableFunc references when computing expression dependencies. 6 years ago
Tom Lane 29aeda6e4e Handle arrays and ranges in pg_upgrade's test for non-upgradable types. 6 years ago
Fujii Masao 7b8a899bde Make pg_waldump report more detail information about PREPARE TRANSACTION record. 6 years ago
Michael Paquier 94fec48516 Add regression test for two-phase transaction in postgres_fdw 6 years ago
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 6 years ago
Tom Lane 112caf9039 Finish reverting commit 0a52d378b. 6 years ago
Alvaro Herrera c5e8ea978d pg_stat_activity: document client_port being null 6 years ago
Alvaro Herrera 5c46e7d82e pg_stat_{ssl,gssapi}: Show only processes with connections 6 years ago
Peter Geoghegan 1f55ebae27 Make _bt_keep_natts_fast() use datum_image_eq(). 6 years ago
Alvaro Herrera dcb7d3cafa Have LookupFuncName accept NULL argtypes for 0 args 6 years ago
Peter Geoghegan 8c951687f5 Teach datum_image_eq() about cstring datums. 6 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 6 years ago
Peter Eisentraut de7c2d30b6 gitattributes: Add new file 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Tom Lane b6423e92ab Doc: fix ancient mistake, or at least obsolete info, in rules example. 6 years ago
Tom Lane 13e8b2ee89 Further improve stability of partition_prune regression test. 6 years ago
Peter Eisentraut 2cd75e4e79 gitattributes: Remove entries for no longer existing files 6 years ago
Peter Eisentraut d0c92527cc Fix whitespace 6 years ago
Peter Eisentraut bbaa823272 Rerun autoheader 6 years ago
Thomas Munro db2687d1f3 Optimize PredicateLockTuple(). 6 years ago
Thomas Munro 695c5977c8 Optimize TransactionIdIsCurrentTransactionId(). 6 years ago
Amit Kapila 9fab25c6cd Rearrange dropdb() to avoid errors after allowing other sessions to exit. 6 years ago
Peter Eisentraut ef8fcbff56 Fix subscription test 6 years ago
Peter Eisentraut d2d4c35080 doc: Clarify documentation about SSL passphrases 6 years ago
Peter Eisentraut 27b59d619d doc: Further tweak recovery parameters documentation 6 years ago
Peter Eisentraut 1c60e40ad5 Fix negative bitmapset member not allowed error in logical replication 6 years ago
Michael Paquier 943b447d30 Fix new COPY test of PL/pgSQL with VPATH builds 6 years ago
Michael Paquier 1858b105b0 Add tests for COPY in PL/pgSQL 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Peter Eisentraut 3dcffb381c Fix gratuitous error message variation 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Peter Eisentraut b85e43feb3 More precise errors from initial pg_control check 6 years ago
Peter Geoghegan e86c8ef243 Use "low key" terminology in nbtsort.c. 6 years ago