Commit Graph

38904 Commits (093d0c83c1d210167d122da92459a0677e04ffc9)
 

Author SHA1 Message Date
Andres Freund 093d0c83c1 Introduce macros determining if a replication slot is physical or logical. 10 years ago
Andres Freund 3b425b7c02 Minor cleanups in slot related code. 10 years ago
Tom Lane b861678f50 Fix privilege dumping from servers too old to have that type of privilege. 10 years ago
Tom Lane 1f64ec6fd2 Accept alternate spellings of __sparcv7 and __sparcv8. 10 years ago
Tom Lane 4200a92862 Further mucking with PlaceHolderVar-related restrictions on join order. 10 years ago
Andrew Dunstan e7293e3271 Work around an apparent bug in the Msys DTK perl's regex engine. 10 years ago
Tom Lane 6a1e14c62b Temporarily(?) remove BRIN isolation test. 10 years ago
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots. 10 years ago
Andres Freund 5c4b25acce Fix copy & paste mistake in pg_get_replication_slots(). 10 years ago
Andres Freund 70fd0e14e8 Don't start to stream after pg_receivexlog --create-slot. 10 years ago
Tom Lane 1e3e1ae266 Remove gram.y's precedence declaration for OVERLAPS. 10 years ago
Magnus Hagander 2a330d551c Fix typo in LDAP example 10 years ago
Bruce Momjian d4aeb3dea2 docs: update major release notes item checklist 10 years ago
Tatsuo Ishii efc1610b64 Fix broken multibyte regression tests. 10 years ago
Bruce Momjian 08c6178aa4 docs: fix typo in rules.sgml 10 years ago
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