Commit Graph

41120 Commits (46ddbbb1177a7e6ce5a4fe0ef8fa8ac49f36d0bb)
 

Author SHA1 Message Date
Tom Lane 0109ab2760 Make struct ParallelSlot private within pg_dump/parallel.c. 9 years ago
Tom Lane fb03d08a89 Rationalize parallel dump/restore's handling of worker cmd/status messages. 9 years ago
Tom Lane b7b8cc0cfc Redesign parallel dump/restore's wait-for-workers logic. 9 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Alvaro Herrera 51c3e9fade Include <sys/select.h> where needed 9 years ago
Peter Eisentraut 440c8d1bbc Fix some typos in comment 9 years ago
Tom Lane 9779bda86c Fix newly-introduced issues in pgbench. 9 years ago
Tom Lane fdc9186f7e Replace the built-in GIN array opclasses with a single polymorphic opclass. 9 years ago
Tom Lane a4afb2b5c0 Document has_type_privilege(). 9 years ago
Heikki Linnakangas 12788ae49e Refactor script execution state machine in pgbench. 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Tom Lane 98c2d3332b Do a final round of updates on the 9.6 release notes. 9 years ago
Tom Lane c3a0818460 Install TAP test infrastructure so it's available for extension testing. 9 years ago
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