Commit Graph

41082 Commits (bf5bb2e85b6492c7245b9446efaf43d52a98db13)
 

Author SHA1 Message Date
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 10 years ago
Heikki Linnakangas 6e654546fb Don't bother to lock bufmgr partitions in pg_buffercache. 10 years ago
Peter Eisentraut 6ad8ac6026 Exclude additional directories in pg_basebackup 10 years ago
Alvaro Herrera b82d5a2c7c Silence compiler warnings 10 years ago
Tom Lane 83bed06be4 Rationalize format-picture caching logic in formatting.c. 10 years ago
Tom Lane d3cd36a133 Make to_timestamp() and to_date() range-check fields of their input. 10 years ago
Peter Eisentraut 967ed9205b Remove dead line of code 10 years ago
Robert Haas 4929704acb worker_spi: Call pgstat_report_stat. 10 years ago
Peter Eisentraut e79e6c4da1 Fix CRC check handling in get_controlfile 10 years ago
Robert Haas 308985b0b4 Fix dangling pointer problem in ReorderBufferSerializeChange. 10 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 10 years ago
Tom Lane 72daabc7a3 Disallow pushing volatile quals past set-returning functions. 10 years ago
Tom Lane 0109ab2760 Make struct ParallelSlot private within pg_dump/parallel.c. 10 years ago
Tom Lane fb03d08a89 Rationalize parallel dump/restore's handling of worker cmd/status messages. 10 years ago
Tom Lane b7b8cc0cfc Redesign parallel dump/restore's wait-for-workers logic. 10 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 10 years ago
Alvaro Herrera 51c3e9fade Include <sys/select.h> where needed 10 years ago
Peter Eisentraut 440c8d1bbc Fix some typos in comment 10 years ago
Tom Lane 9779bda86c Fix newly-introduced issues in pgbench. 10 years ago
Tom Lane fdc9186f7e Replace the built-in GIN array opclasses with a single polymorphic opclass. 10 years ago
Tom Lane a4afb2b5c0 Document has_type_privilege(). 10 years ago
Heikki Linnakangas 12788ae49e Refactor script execution state machine in pgbench. 10 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 10 years ago
Tom Lane 98c2d3332b Do a final round of updates on the 9.6 release notes. 10 years ago
Tom Lane c3a0818460 Install TAP test infrastructure so it's available for extension testing. 10 years ago
Tom Lane 5a7bae0699 Doc: fix examples of # operators so they actually work. 10 years ago
Tom Lane 12f6eadffd Fix incorrect logic for excluding range constructor functions in pg_dump. 10 years ago
Tom Lane 959ea7fa76 Remove useless code. 10 years ago
Tom Lane 8e6b4ee21f Don't trust CreateFileMapping() to clear the error code on success. 10 years ago
Tom Lane 49a91b88e6 Avoid using PostmasterRandom() for DSM control segment ID. 10 years ago
Peter Eisentraut 6fa51c79c7 pg_ctl: Add promote wait option to help output 10 years ago
Heikki Linnakangas 3c2d5d6600 Improve error message on MSVC if perl*.lib is not found. 10 years ago
Heikki Linnakangas 674e2de64d Fix typo in comment. 10 years ago
Bruce Momjian 1ff0042165 C comment: fix function header comment 10 years ago
Tom Lane 8023b5827f Remove nearly-unused SizeOfIptrData macro. 10 years ago
Tom Lane 96dd77d349 Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes. 10 years ago
Peter Eisentraut 8b845520fb Add tests for various connection string issues 10 years ago
Peter Eisentraut e7010ce479 pg_ctl: Add wait option to promote action 10 years ago
Peter Eisentraut ebdf5bf7d1 Delay updating control file to "in production" 10 years ago
Peter Eisentraut c1dc51d484 pg_ctl: Detect current standby state from pg_control 10 years ago
Peter Eisentraut eb5089a05b pg_ctl: Add tests for promote action 10 years ago
Peter Eisentraut e767db2242 Make command_like output more compact 10 years ago
Peter Eisentraut c91b34bab1 Fix typo 10 years ago
Robert Haas 60270e5e00 Add more parallel query documentation. 10 years ago
Heikki Linnakangas 2a7f4f7643 Print test parameters like "foo: 123", and results like "foo = 123". 10 years ago
Heikki Linnakangas 65c6556384 Fix pgbench's calculation of average latency, when -T is not used. 10 years ago
Peter Eisentraut 46b55e7f85 pg_restore: Add -N option to exclude schemas 10 years ago
Peter Eisentraut 16d1adb35c doc: Fix documentation to match actual make output 10 years ago
Peter Eisentraut 4f6494cfd2 doc: Correct ALTER USER MAPPING example 10 years ago
Peter Eisentraut 90c9648212 Re-add translation markers that were lost 10 years ago