Commit Graph

30733 Commits (82e367ddbfdf798ea8a30da15db3984017277342)

Author SHA1 Message Date
Peter Eisentraut 61975d6c2c Improve error message in WAL sender 8 years ago
Peter Eisentraut 1a2fdc99a4 Define LDAP_NO_ATTRS if necessary. 8 years ago
Tom Lane 69835bc898 Add psql variables to track success/failure of SQL queries. 8 years ago
Andres Freund 6e7baa3227 Introduce BYTES unit for GUCs. 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
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 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 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
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 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
Tom Lane 8689e38263 Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs. 8 years ago
Tom Lane 49ca462eb1 Add \gdesc psql command. 8 years ago
Tom Lane 6e427aa4e5 Use lfirst_node() and linitial_node() where appropriate in planner.c. 8 years ago
Peter Eisentraut 153a49bb33 Remove endof macro 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Peter Eisentraut ba26f5cf76 Remove our own definition of NULL 8 years ago
Peter Eisentraut 90627cf98a Support retaining data dirs on successful TAP tests 8 years ago
Tom Lane 5e8304fdce In psql, use PSQL_PAGER in preference to PAGER, if it's set. 8 years ago
Alvaro Herrera ebd346caf4 Correct base backup throttling 8 years ago
Tom Lane 9ae9d8c154 Add psql variables showing server version and psql version. 8 years ago
Tom Lane 3955c8c4ed Reformat psql's --help=variables output. 8 years ago