Commit Graph

42291 Commits (25fff40798fc4ac11a241bfd9ab0c45c085e2212)
 

Author SHA1 Message Date
Simon Riggs 25fff40798 Default monitoring roles 8 years ago
Tom Lane e984ef5861 Support \if ... \elif ... \else ... \endif in psql scripting. 8 years ago
Andres Freund ffae6733db Try to fix xml docs build broken in 5ded4bd. 8 years ago
Fujii Masao ec19693014 Simplify the example of VACUUM in documentation. 8 years ago
Andres Freund 5ded4bd214 Remove support for version-0 calling conventions. 8 years ago
Andres Freund 389bb2818f Move contrib/seg to only use V1 calling conventions. 8 years ago
Teodor Sigaev f90d23d0c5 Implement SortSupport for macaddr data type 8 years ago
Peter Eisentraut 5baf869f74 pg_dump: Remove query truncation in error messages 8 years ago
Peter Eisentraut 4fdb8a82e3 Update copyright year in recently added files 8 years ago
Alvaro Herrera 2fd8685e7f Simplify check of modified attributes in heap_update 8 years ago
Robert Haas 9a09527164 Mark more functions parallel-restricted. 8 years ago
Robert Haas fddf45b380 Plug race in dsa_attach. 8 years ago
Peter Eisentraut 3582b223d4 Fix hardcoded typeof check result for Windows 8 years ago
Peter Eisentraut ddce628971 Fix configure check for typeof 8 years ago
Peter Eisentraut e0eb5e0aea Improve Node vs Expr use a bit 8 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 8 years ago
Peter Eisentraut 66b764341b doc: Mention --enable-tap-tests in regression test chapter 8 years ago
Peter Eisentraut 2e74e636bd Change 'diag' to 'note' in TAP tests 8 years ago
Alvaro Herrera 767bc028e5 Allow DSM segments to be created as pinned 8 years ago
Tom Lane 2c4debbd0f Make new expression eval code reject references to dropped columns. 8 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 8 years ago
Simon Riggs a99f77021f Correct grammar in error message 8 years ago
Peter Eisentraut 967a4b01e3 Fix ssl tests 8 years ago
Tom Lane 8cfeaecfc7 Suppress implicit-conversion warnings seen with newer clang versions. 8 years ago
Teodor Sigaev ab89e465cb Altering default privileges on schemas 8 years ago
Peter Eisentraut 85163641f8 dblink: Fix error reporting 8 years ago
Simon Riggs ff539da316 Cleanup slots during drop database 8 years ago
Peter Eisentraut 4d33a7f2e7 Fix Perl code which had broken the Windows build 8 years ago
Tom Lane a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements. 8 years ago
Alvaro Herrera 6462238f0d Fix uninitialized memory propagation mistakes 8 years ago
Peter Eisentraut 6e31c3e135 doc: Improve rendering of notes/cautions using XSL-FO 8 years ago
Robert Haas c4c51541e2 Still more code review for single-page hash vacuuming. 8 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 8 years ago
Alvaro Herrera 1f171a1803 Fix thinko in estimate_num_groups 8 years ago
Teodor Sigaev 827d6f9779 Improve performance of find_all_inheritors() 8 years ago
Peter Eisentraut 5196f13b27 doc: Fix oldhtml/old PDF build again 8 years ago
Alvaro Herrera bed9ef5a16 Rework the stats_ext test 8 years ago
Peter Eisentraut 70ec3f1f8f PL/Python: Add cursor and execute methods to plan object 8 years ago
Teodor Sigaev 090010f2ec Improve performance of find_tabstat_entry()/get_tabstat_entry() 8 years ago
Robert Haas d65561464f Improve documentation of how NOT NULL works with partitioning. 8 years ago
Robert Haas 4785e377f9 Tidy up the CREATE TABLE documentation for partitioning. 8 years ago
Robert Haas 7ecb714358 Fix improper NULL handling in list partitioning code. 8 years ago
Robert Haas 8355a011a0 Allow ON CONFLICT .. DO NOTHING on a partitioned table. 8 years ago
Peter Eisentraut 3371e4d9b1 Change default of log_directory to 'log' 8 years ago
Robert Haas a171f01501 Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap. 8 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 8 years ago
Andrew Gierth de4da168d5 Attempt to stabilize grouping sets regression test plans. 8 years ago
Alvaro Herrera 2c3e47527a Fix a couple of problems in pg_get_statisticsextdef 8 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 8 years ago
Robert Haas f0a6046bcb Fix comment. 8 years ago