Commit Graph

43430 Commits (6e7baa322773ff8c79d4d8883c99fdeff5bfa679)
 

Author SHA1 Message Date
Andres Freund 6e7baa3227 Introduce BYTES unit for GUCs. 8 years ago
Bruce Momjian 2d4a614e1e docs: improve pg_upgrade rsync instructions 8 years ago
Peter Eisentraut 2eeaa74b5b doc: Remove useless marked section 8 years ago
Peter Eisentraut 58bd60995f doc: Document default scope in LDAP URL 8 years ago
Peter Eisentraut 83aaac41c6 Allow custom search filters to be configured for LDAP auth 8 years ago
Michael Meskes 35e1568826 Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers 8 years ago
Tom Lane e183530550 Fix RecursiveCopy.pm to cope with disappearing files. 8 years ago
Bruce Momjian 57e1c00793 PG 10 release notes: change trigger transition tables 8 years ago
Bruce Momjian 3126433ae7 PG 10 release notes: update PL/Tcl functions item 8 years ago
Peter Eisentraut 6d9fa52645 pg_receivewal: Add --endpos option 8 years ago
Andres Freund c1898c3e1e Constify numeric.c. 8 years ago
Tom Lane b8060e41b5 Prefer argument name over "$n" for the refname of a plpgsql argument. 8 years ago
Peter Eisentraut 3612019a79 doc: Document function pointer source code style 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 3c43595217 Quick-hack fix for foreign key cascade vs triggers with transition tables. 8 years ago
Tom Lane 610bbdd8ac Add a test harness for the red-black tree code. 8 years ago
Tom Lane f80e782a6b Remove pre-order and post-order traversal logic for red-black trees. 8 years ago
Peter Eisentraut c824c7e29f pg_upgrade: Message style fixes 8 years ago
Tom Lane fdf87ed451 Fix failure-to-copy bug in commit 6f6b99d13. 8 years ago
Tom Lane e56dd7cf50 Fix uninitialized-variable bug. 8 years ago
Tom Lane f25000c832 Fix more portability issues in new pgbench TAP tests. 8 years ago
Robert Haas 6f6b99d133 Allow a partitioned table to have a default partition. 8 years ago
Tom Lane 2cf15ec8b1 Fix pgbench TAP tests to work with --disable-thread-safety. 8 years ago
Tom Lane c1602c7a1b Doc: update v10 release notes through today. 8 years ago
Tom Lane 3cf17c9d47 Remove mention of password_encryption = plain in postgresql.conf.sample. 8 years ago
Tom Lane 933851033b Fix more portability issues in new pgbench TAP tests. 8 years ago
Tom Lane 77d63b7eaf Fix more portability issues in new pgbench TAP tests. 8 years ago
Peter Eisentraut ee24d2b5cf Clean up excessive code 8 years ago
Peter Eisentraut 8e67380126 Remove useless empty string initializations 8 years ago
Peter Eisentraut 9361bc347c Remove useless dead code 8 years ago
Tom Lane 869aa40a27 Fix assorted portability issues in new pgbench TAP tests. 8 years ago
Tom Lane ed8a7c6fcf Add much-more-extensive TAP tests for pgbench. 8 years ago
Robert Haas f0a0c17c1b Refactor get_partition_for_tuple a bit. 8 years ago
Tom Lane 3ca930fc39 Improve performance of get_actual_variable_range with recently-dead tuples. 8 years ago
Tom Lane b976499480 Improve documentation about behavior of multi-statement Query messages. 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Robert Haas 9d71323dac Even if some partitions are foreign, allow tuple routing. 8 years ago
Tom Lane 6eb52da394 Fix handling of savepoint commands within multi-statement Query strings. 8 years ago
Tom Lane bfea92563c Further marginal hacking on generic atomic ops. 8 years ago
Simon Riggs f06588a8e6 Exclude special values in recovery_target_time 8 years ago
Tom Lane 793a89c196 Sync function prototype with its actual definition. 8 years ago
Tom Lane ca4e20fde8 Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c. 8 years ago
Simon Riggs 5b6d13eec7 Allow SET STATISTICS on expression indexes 8 years ago
Tom Lane e09db94c0a Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops. 8 years ago
Tom Lane e530be9685 Remove duplicate reads from the inner loops in generic atomic ops. 8 years ago
Peter Eisentraut 34ae182833 doc: Make function synopsis formatting more uniform 8 years ago
Peter Eisentraut 1c53f612bc Escape < and & in SGML 8 years ago
Tom Lane 8689e38263 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. 8 years ago
Peter Eisentraut 0b554e4e63 doc: Clarify pg_inherits description 8 years ago
Tom Lane 49ca462eb1 Add \gdesc psql command. 8 years ago