Commit Graph

43416 Commits (3c435952176ae5d294b37e5963cd72ddb66edead)
 

Author SHA1 Message Date
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
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 ec3a437596 Remove unnecessary casts 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 5a739e7b2c fuzzystrmatch: Remove dead code 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
Tom Lane 0b707d6ea7 Be more careful about newline-chomping in pgbench. 8 years ago
Tom Lane c23bb6badf Fix some subtle problems in pgbench transaction stats counting. 8 years ago
Tom Lane 9d36a38660 Adjust pgbench to allow non-ASCII characters in variable names. 8 years ago