Commit Graph

38889 Commits (88a30e8cc00d873627d8e3d58d2130879acf720f)
 

Author SHA1 Message Date
Bruce Momjian 88a30e8cc0 Document items that should appear in the major release notes 10 years ago
Bruce Momjian 03249fe2c1 9.5 release notes: add increase buffer mapping partitions item 10 years ago
Andres Freund 5a33650f24 Attempt to work around a 32bit xlc compiler bug from a different place. 10 years ago
Andres Freund c2509944b1 Fix bug slowing down pgbench when -P is used. 10 years ago
Tom Lane 89db83922a Further adjustments to PlaceHolderVar removal. 10 years ago
Robert Haas 846f8c9483 Fix attach-related race condition in shm_mq_send_bytes. 10 years ago
Andres Freund 4eda0a6470 Don't include low level locking code from frontend code. 10 years ago
Andres Freund 18e8613564 Address points made in post-commit review of replication origins. 10 years ago
Bruce Momjian d6a8c943ab 9.5 release notes: updates from Andres Freund and Jeff Janes 10 years ago
Tom Lane bab163e121 Fix old oversight in join removal logic. 10 years ago
Bruce Momjian 58e09b9024 9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs 10 years ago
Tom Lane cde35cf4ae Fix eclass_useful_for_merging to give valid results for appendrel children. 10 years ago
Bruce Momjian c9351f03f3 9.5 release notes: mention change to CRC-32C 10 years ago
Bruce Momjian c4318c4065 9.5 release notes: adjustments suggested by Andres Freund 10 years ago
Bruce Momjian 68b5163b45 9.5 release notes: add non-LEAKPROOF view pushdown mention 10 years ago
Tom Lane 8703059c6b Further fixes for degenerate outer join clauses. 10 years ago
Robert Haas df0a67f754 Fix incorrect calculation in shm_mq_receive. 10 years ago
Robert Haas 0e141c0fbb Reduce ProcArrayLock contention by removing backends in batches. 10 years ago
Kevin Grittner 253de7e1eb Fix `make installcheck` for serializable transactions. 10 years ago
Andres Freund 3a145757a0 Improve includes introduced in the replication origins patch. 10 years ago
Bruce Momjian e641d7b22f docs: HTML-escape '>' in '=>' using HTML entities 10 years ago
Noah Misch b8fe12a836 Reconcile nodes/*funcs.c with recent work. 10 years ago
Noah Misch c26170668c Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. 10 years ago
Andrew Dunstan 7c29764a35 Allow pg_rewind tap tests to run with older File::Path versions 10 years ago
Andrew Dunstan ff85fc8d0b Remove carriage returns from certain tap test output under Msys 10 years ago
Alvaro Herrera 2834855cb9 Fix BRIN to use SnapshotAny during summarization 10 years ago
Tom Lane 6af9ee4c8c Make real sure we don't reassociate joins into or out of SEMI/ANTI joins. 10 years ago
Andres Freund 18382ae7ed Fix typo in commit de6fd1c. 10 years ago
Andres Freund de6fd1c898 Rely on inline functions even if that causes warnings in older compilers. 10 years ago
Andres Freund a855118be3 Fix debug message output when connecting to a logical slot. 10 years ago
Andres Freund 073082bbb1 Fix comment atomics.h. 10 years ago
Tom Lane 1b5d34ca62 Docs: add an explicit example about controlling overall greediness of REs. 10 years ago
Tom Lane 3bdd7f90fc Fix pg_dump to dump shell types. 10 years ago
Tom Lane 8ea3e7a75c Fix bogus "out of memory" reports in tuplestore.c. 10 years ago
Tom Lane 85e5e222b1 Fix a PlaceHolderVar-related oversight in star-schema planning patch. 10 years ago
Robert Haas 369342cf70 Cap wal_buffers to avoid a server crash when it's set very large. 10 years ago
Robert Haas 158e3bc8e2 Tab completion for CREATE SEQUENCE. 10 years ago
Robert Haas a6a2357820 Update comment to match behavior of latest code. 10 years ago
Heikki Linnakangas 804163bc25 Share transition state between different aggregates when possible. 10 years ago
Stephen Frost dee0200f02 RLS: Keep deny policy when only restrictive exist 10 years ago
Tom Lane ecc2d16bc9 Update 9.5 release notes through today. 10 years ago
Joe Conway c3cc844feb Fix psql \d output of policies. 10 years ago
Fujii Masao dd85acf0c4 Make recovery rename tablespace_map to *.old if backup_label is not present. 10 years ago
Heikki Linnakangas 0e42397f42 Fix pg_rewind when pg_xlog is a symlink. 10 years ago
Heikki Linnakangas 69b7a35c9a Clean up pg_rewind regression test script. 10 years ago
Tom Lane e2b49db0f0 Make modules/test_ddl_deparse/.gitignore match its siblings. 10 years ago
Tom Lane fd7ed26c1a contrib/isn now needs a .gitignore file. 10 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 10 years ago
Andrew Dunstan 690ed2b76a Allow TAP tests to run under Msys 10 years ago
Tom Lane 13bba02271 Avoid calling memcpy() with a NULL source pointer and count == 0. 10 years ago