Commit Graph

41086 Commits (8e91e12bc3af85ba2287866669268f6825d2cc03)
 

Author SHA1 Message Date
Tom Lane 8e91e12bc3 Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM. 9 years ago
Peter Eisentraut 728a3e73e9 Switch pg_basebackup commands in Postgres.pm to use --nosync 9 years ago
Peter Eisentraut 6ed2d8584c pg_basebackup: Add --nosync option 9 years ago
Peter Eisentraut bc34223bc1 pg_basebackup pg_receivexlog: Issue fsync more carefully 9 years ago
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 9 years ago
Heikki Linnakangas 6e654546fb Don't bother to lock bufmgr partitions in pg_buffercache. 9 years ago
Peter Eisentraut 6ad8ac6026 Exclude additional directories in pg_basebackup 9 years ago
Alvaro Herrera b82d5a2c7c Silence compiler warnings 9 years ago
Tom Lane 83bed06be4 Rationalize format-picture caching logic in formatting.c. 9 years ago
Tom Lane d3cd36a133 Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
Peter Eisentraut 967ed9205b Remove dead line of code 9 years ago
Robert Haas 4929704acb worker_spi: Call pgstat_report_stat. 9 years ago
Peter Eisentraut e79e6c4da1 Fix CRC check handling in get_controlfile 9 years ago
Robert Haas 308985b0b4 Fix dangling pointer problem in ReorderBufferSerializeChange. 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago
Tom Lane 72daabc7a3 Disallow pushing volatile quals past set-returning functions. 9 years ago
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