Commit Graph

41107 Commits (83c2492002162bf79d2a0811bff5724e395909d7)
 

Author SHA1 Message Date
Tom Lane 5a7bae0699 Doc: fix examples of # operators so they actually work. 9 years ago
Tom Lane 12f6eadffd Fix incorrect logic for excluding range constructor functions in pg_dump. 9 years ago
Tom Lane 959ea7fa76 Remove useless code. 9 years ago
Tom Lane 8e6b4ee21f Don't trust CreateFileMapping() to clear the error code on success. 9 years ago
Tom Lane 49a91b88e6 Avoid using PostmasterRandom() for DSM control segment ID. 9 years ago
Peter Eisentraut 6fa51c79c7 pg_ctl: Add promote wait option to help output 9 years ago
Heikki Linnakangas 3c2d5d6600 Improve error message on MSVC if perl*.lib is not found. 9 years ago
Heikki Linnakangas 674e2de64d Fix typo in comment. 9 years ago
Bruce Momjian 1ff0042165 C comment: fix function header comment 9 years ago
Tom Lane 8023b5827f Remove nearly-unused SizeOfIptrData macro. 9 years ago
Tom Lane 96dd77d349 Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes. 9 years ago
Peter Eisentraut 8b845520fb Add tests for various connection string issues 9 years ago
Peter Eisentraut e7010ce479 pg_ctl: Add wait option to promote action 9 years ago
Peter Eisentraut ebdf5bf7d1 Delay updating control file to "in production" 9 years ago
Peter Eisentraut c1dc51d484 pg_ctl: Detect current standby state from pg_control 9 years ago
Peter Eisentraut eb5089a05b pg_ctl: Add tests for promote action 9 years ago
Peter Eisentraut e767db2242 Make command_like output more compact 9 years ago
Peter Eisentraut c91b34bab1 Fix typo 9 years ago
Robert Haas 60270e5e00 Add more parallel query documentation. 9 years ago
Heikki Linnakangas 2a7f4f7643 Print test parameters like "foo: 123", and results like "foo = 123". 9 years ago
Heikki Linnakangas 65c6556384 Fix pgbench's calculation of average latency, when -T is not used. 9 years ago
Peter Eisentraut 46b55e7f85 pg_restore: Add -N option to exclude schemas 9 years ago
Peter Eisentraut 16d1adb35c doc: Fix documentation to match actual make output 9 years ago
Peter Eisentraut 4f6494cfd2 doc: Correct ALTER USER MAPPING example 9 years ago
Peter Eisentraut 90c9648212 Re-add translation markers that were lost 9 years ago
Robert Haas 470d886c32 Use PostmasterRandom(), not random(), for DSM control segment ID. 9 years ago
Robert Haas 419113dfdc Retry DSM control segment creation if Windows indicates access denied. 9 years ago
Heikki Linnakangas 45310221a9 Fix outdated comments, GIST search queue is not an RBTree anymore. 9 years ago
Heikki Linnakangas 40c3fe4980 Fix latency calculation when there are \sleep commands in the script. 9 years ago
Heikki Linnakangas 6cc54f38a9 Remove obsolete warning from docs. 9 years ago
Robert Haas 8614b39bca MSVC: Include pg_recvlogical in client-only install. 9 years ago
Robert Haas 2c8f0d6e53 Update recovery_min_apply_delay docs for remote_apply mode. 9 years ago
Heikki Linnakangas 3fcc98c990 Fix ecpg -? option on Windows, add -V alias for --version. 9 years ago
Tom Lane d8c61c9765 Add debugging aid "bmsToString(Bitmapset *bms)". 9 years ago
Robert Haas 5225c66336 Clarify policy on marking inherited constraints as valid. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Robert Haas ffccee4736 Fix typo in comment. 9 years ago
Tom Lane 5472ed3e9b Make min_parallel_relation_size's default value platform-independent. 9 years ago
Robert Haas 8a503526e4 pg_buffercache: Allow huge allocations. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas c99dd5bfed Fix and clarify comments on replacement selection. 9 years ago
Peter Eisentraut 656df624c0 Add overflow checks to money type input function 9 years ago
Tom Lane 0dac5b5174 Tweak targetlist-SRF tests some more. 9 years ago
Robert Haas 6415ba502b Improve code comment for GatherPath's single_copy flag. 9 years ago
Tom Lane a163c006ca Tweak targetlist-SRF tests. 9 years ago
Tom Lane 55c3391d1e Be pickier about converting between Name and Datum. 9 years ago
Tom Lane fdc79e1909 Fix executor/README to reflect disallowing SRFs in UPDATE. 9 years ago
Tom Lane a4c35ea1c2 Improve parser's and planner's handling of set-returning functions. 9 years ago
Robert Haas 445a38aba2 Have heapam.h include lockdefs.h rather than lock.h. 9 years ago
Andres Freund 0dba54f166 Remove user_relns() SRF from regression tests. 9 years ago