Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

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