Commit Graph

48005 Commits (66c61c81b90c68db84d422092fbbf8a1a82ee09a)
 

Author SHA1 Message Date
Fujii Masao 20961ceaf0 Make crash recovery ignore restore_command and recovery_end_command settings. 6 years ago
Tom Lane 06a367c382 Put back pqsignal() as an exported libpq symbol. 6 years ago
Peter Eisentraut 3b5d3721c2 pg_upgrade: Clean up some redundant code 6 years ago
Andres Freund 93765bd956 Fix table rewrites that include a column without a default. 6 years ago
Peter Eisentraut 50518ec296 Revert "Use libc version as a collation version on glibc systems." 6 years ago
Peter Eisentraut 9f90b1d08d Use libc version as a collation version on glibc systems. 6 years ago
Michael Paquier b8e19b932a Flush logical mapping files with fd opened for read/write at checkpoint 6 years ago
Bruce Momjian 1634d36157 pg_upgrade: clarify the database names in error files 6 years ago
Bruce Momjian 6c9fb69f2b doc: improve docs so config value default units are clearer 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Michael Paquier a7471bd85c Update some outdated links about XLC and UNIX specification 6 years ago
Michael Paquier 491bb81fb8 Clarify some comments about ntstatus.h in win32_port.h 6 years ago
Michael Paquier 55ba56415b Improve test coverage of pg_rewind 6 years ago
Bruce Momjian 47eec34e46 docs: Improve A?synchronous Multimaster Replication descr. 6 years ago
Bruce Momjian cae078f3f9 docs: clarify that today/tomorrow/yesterday is at 00:00 6 years ago
Bruce Momjian 47571ec1e4 doc: move mention of log_min_error_statement in a better spot 6 years ago
Tom Lane 3887e9455f Check for too many postmaster children before spawning a bgworker. 6 years ago
Peter Eisentraut 400d5ffcaf Simplify PGAC_STRUCT_TIMEZONE Autoconf macro 6 years ago
Peter Eisentraut 4d7e5a5db0 Remove use of deprecated Autoconf define 6 years ago
Tom Lane 6a5084eed4 Hack pg_ctl to report postmaster's exit status. 6 years ago
Peter Eisentraut cc4ec2d29a Fix incorrect use of term HEAD for Git 6 years ago
Michael Paquier caa078353e Improve handling and coverage of --no-ensure-shutdown in pg_rewind 6 years ago
Tom Lane 732457b5d2 Doc: improve docs about pg_statistic_ext_data. 6 years ago
Tom Lane ac12ab06a9 Avoid trying to release a List's initial allocation via repalloc(). 6 years ago
Tomas Vondra 36425ece5d Change MemoryContextMemAllocated to return Size 6 years ago
Noah Misch e800bd7414 Report test_atomic_ops() failures consistently, via macros. 6 years ago
Tom Lane d82f3909da Avoid use of wildcard in pg_waldump's .gitignore. 6 years ago
Andres Freund 3a68105154 Disable one more set of tests from c884119950. 6 years ago
Andres Freund 6e61d75f52 Disable one set of tests from c884119950. 6 years ago
Andres Freund c884119950 Add isolation tests for the combination of EPQ and triggers. 6 years ago
Andres Freund d986d4e87f Fix crash caused by EPQ happening with a before update trigger present. 6 years ago
Andres Freund a586cc4b6c Use a fd opened for read/write when syncing slots during startup, take 2. 6 years ago
Andrew Dunstan ad7595b890 Handle spaces in OpenSSL install location for MSVC 6 years ago
Robert Haas 2e8b6bfa90 Rename some toasting functions based on whether they are heap-specific. 6 years ago
Tom Lane 61aa9f544a Fix bitshiftright()'s zero-padding some more. 6 years ago
Tomas Vondra f2369bc610 Use Size instead of int64 to track allocated memory 6 years ago
Robert Haas 967e276e9f Remove AtSubStart_Notify. 6 years ago
Michael Paquier 6837632b75 Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-conf 6 years ago
Michael Paquier 6f3823b035 Fix --dry-run mode of pg_rewind 6 years ago
Tom Lane 8e10405c74 Avoid unnecessary out-of-memory errors during encoding conversion. 6 years ago
Tom Lane c477f3e449 Allow repalloc() to give back space when a large chunk is downsized. 6 years ago
Andrew Gierth b7a1c5539a Selectively include window frames in expression walks/mutates. 6 years ago
Amit Kapila b1c1aa5318 pgbench: add --partitions and --partition-method options. 6 years ago
Michael Paquier df86e52cac Remove temporary WAL and history files at the end of archive recovery 6 years ago
Michael Paquier 9555cc8d2b Revert hooks for session start and end, take two 6 years ago
Tomas Vondra 540f316809 Blind attempt to fix pglz_maximum_compressed_size 6 years ago
Tomas Vondra fa2fe04bf1 Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY 6 years ago
Tomas Vondra 11a078cf87 Optimize partial TOAST decompression 6 years ago
Michael Paquier 002962dc72 Fix test_session_hooks with parallel workers 6 years ago
Michael Paquier e788bd924c Add hooks for session start and session end, take two 6 years ago