Commit Graph

43397 Commits (3ca930fc39ccf987c1c22fd04a1e7463b5dd0dfd)
 

Author SHA1 Message Date
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
Alvaro Herrera 863d75439e Fix translatable string 8 years ago
Tom Lane 4faa1dc2eb Suppress compiler warnings in dshash.c. 8 years ago
Tom Lane e451901804 Fix macro-redefinition warning on MSVC. 8 years ago
Peter Eisentraut afc58affb6 doc: Fix typos and other minor issues 8 years ago
Tom Lane 51daa7bdb3 Improve division of labor between execParallel.c and nodeGather[Merge].c. 8 years ago
Peter Eisentraut c039ba0716 Add memory info to getrusage output 8 years ago
Robert Haas 0cb8b7531d Tighten up some code in RelationBuildPartitionDesc. 8 years ago
Tom Lane 9d6b160d7d Make [U]INT64CONST safe for use in #if conditions. 8 years ago
Peter Eisentraut a057220353 doc: Remove mentions of server-side CRL and CA file names 8 years ago
Tom Lane b79d69b087 Ensure SIZE_MAX can be used throughout our code. 8 years ago
Robert Haas 84be67181a pg_dumpall: Add a -E flag to set the encoding, like pg_dump has. 8 years ago
Simon Riggs 2f5ada2710 Provisional list of Major Features 8 years ago
Robert Haas baaf272ac9 Use group updates when setting transaction status in clog. 8 years ago
Alvaro Herrera 89c59b742a Fix two-phase commit test for recovery mode 8 years ago
Alvaro Herrera a6979c3a68 Restore behavior for replication origin drop 8 years ago
Simon Riggs 4f27c674fd Avoid race condition in logical replication test 8 years ago
Alvaro Herrera be7161566d Add a WAIT option to DROP_REPLICATION_SLOT 8 years ago
Simon Riggs abe85ef1d0 Add note about diskspace usage of pg_commit_ts 8 years ago
Robert Haas 7b69b6ceb8 Fix assorted carelessness about Datum vs. int64 vs. uint64 8 years ago