| 2021-07-06 |
Tom Lane | Avoid doing catalog lookups in postgres_fdw's conversio... |
commit | commitdiff | tree |
| 2021-07-06 |
Tom Lane | Doc: add info about timestamps with fractional-minute... |
commit | commitdiff | tree |
| 2021-07-06 |
Amit Kapila | Refactor function parse_subscription_options. |
commit | commitdiff | tree |
| 2021-07-06 |
David Rowley | Fix typo in comment |
commit | commitdiff | tree |
| 2021-07-06 |
David Rowley | Reduce the number of pallocs when building partition... |
commit | commitdiff | tree |
| 2021-07-05 |
Michael Paquier | Use WaitLatch() instead of pg_usleep() at the end of... |
commit | commitdiff | tree |
| 2021-07-05 |
Tom Lane | Reduce overhead of cache-clobber testing in LookupOpcla... |
commit | commitdiff | tree |
| 2021-07-05 |
Tom Lane | Rethink blocking annotations in detach-partition-concur... |
commit | commitdiff | tree |
| 2021-07-05 |
Dean Rasheed | Prevent numeric overflows in parallel numeric aggregates. |
commit | commitdiff | tree |
| 2021-07-05 |
Peter Eisentraut | doc: Fix quoting markup |
commit | commitdiff | tree |
| 2021-07-05 |
Amit Kapila | Doc: Hash Indexes. |
commit | commitdiff | tree |
| 2021-07-04 |
Michael Paquier | doc: Mention requirement to --enable-tap-tests on secti... |
commit | commitdiff | tree |
| 2021-07-04 |
David Rowley | Doc: mention that VACUUM can't utilize over 1GB of RAM |
commit | commitdiff | tree |
| 2021-07-04 |
David Rowley | Cleanup some aggregate code in the executor |
commit | commitdiff | tree |
| 2021-07-03 |
Tom Lane | Further restrict the scope of no-exit()-in-libpq test. |
commit | commitdiff | tree |
| 2021-07-03 |
Bruce Momjian | doc: adjust "cities" example to be consistent with... |
commit | commitdiff | tree |
| 2021-07-02 |
Bruce Momjian | docs: clarify new aggressive vacuum mode for multi... |
commit | commitdiff | tree |
| 2021-07-02 |
Tom Lane | Don't try to print data type names in slot_store_error_... |
commit | commitdiff | tree |
| 2021-07-02 |
Peter Eisentraut | Use InvalidBucket instead of -1 where appropriate |
commit | commitdiff | tree |
| 2021-07-02 |
Michael Paquier | Use WaitLatch() instead of pg_usleep() at end-of-vacuum... |
commit | commitdiff | tree |
| 2021-07-02 |
Thomas Munro | Remove some dead stores. |
commit | commitdiff | tree |
| 2021-07-02 |
Michael Paquier | Simplify error handing of jsonapi.c for the frontend |
commit | commitdiff | tree |
| 2021-07-01 |
Peter Eisentraut | doc: Remove inappropriate <acronym> tags |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | add missing tag from commit b8c4261e5e |
commit | commitdiff | tree |
| 2021-07-01 |
Peter Eisentraut | doc: Clean up title case use |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | Add new make targets world-bin and install-world-bin |
commit | commitdiff | tree |
| 2021-07-01 |
Tom Lane | Add --clobber-cache option to initdb, for CCA testing. |
commit | commitdiff | tree |
| 2021-07-01 |
Alvaro Herrera | Don't reset relhasindex for partitioned tables on ANALYZE |
commit | commitdiff | tree |
| 2021-07-01 |
Tom Lane | Improve build-time check that libpq doesn't call exit(). |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | Fix prove_installcheck to use correct paths when used... |
commit | commitdiff | tree |
| 2021-07-01 |
Heikki Linnakangas | Allow specifying pg_waldump --rmgr option multiple... |
commit | commitdiff | tree |
| 2021-07-01 |
Peter Eisentraut | Add tests for UNBOUNDED syntax ambiguity |
commit | commitdiff | tree |
| 2021-07-01 |
David Rowley | Improve various places that double the size of a buffer |
commit | commitdiff | tree |
| 2021-06-30 |
Tom Lane | Fix portability fallout from commit dc227eb82. |
commit | commitdiff | tree |
| 2021-06-30 |
Fujii Masao | doc: Improve descriptions of tup_returned and tup_fetch... |
commit | commitdiff | tree |
| 2021-06-30 |
Fujii Masao | doc: Add type information for postgres_fdw parameters. |
commit | commitdiff | tree |
| 2021-06-30 |
Peter Eisentraut | genbki stricter error handling |
commit | commitdiff | tree |
| 2021-06-30 |
Amit Kapila | Replace magic constants used in pg_stat_get_replication... |
commit | commitdiff | tree |
| 2021-06-30 |
Amit Kapila | Allow streaming the changes after speculative aborts. |
commit | commitdiff | tree |
| 2021-06-30 |
Amit Kapila | Allow enabling two-phase option via replication protocol. |
commit | commitdiff | tree |
| 2021-06-30 |
Michael Paquier | Fix incorrect PITR message for transaction ROLLBACK... |
commit | commitdiff | tree |
| 2021-06-30 |
Michael Paquier | Optimize pg_checksums --enable where checksum is alread... |
commit | commitdiff | tree |
| 2021-06-29 |
Alexander Korotkov | Fixes for multirange selectivity estimation |
commit | commitdiff | tree |
| 2021-06-29 |
Alvaro Herrera | Fix libpq state machine in pipeline mode |
commit | commitdiff | tree |
| 2021-06-29 |
Alvaro Herrera | Add PQsendFlushRequest to libpq |
commit | commitdiff | tree |
| 2021-06-29 |
Tom Lane | Fix bogus logic for reporting which hash partition... |
commit | commitdiff | tree |
| 2021-06-29 |
Tom Lane | Add a build-time check that libpq doesn't call exit... |
commit | commitdiff | tree |
| 2021-06-29 |
Tom Lane | Remove libpq's use of abort(3) to handle mutex failure... |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Remove literal backslash from Perl \Q ... \E. |
commit | commitdiff | tree |
| 2021-06-29 |
Peter Eisentraut | Add index OID macro argument to DECLARE_INDEX |
commit | commitdiff | tree |
| 2021-06-29 |
Michael Paquier | Bump XLOG_PAGE_MAGIC for format changes related to... |
commit | commitdiff | tree |
| 2021-06-29 |
Michael Paquier | Fix compilation warning in xloginsert.c |
commit | commitdiff | tree |
| 2021-06-29 |
Michael Paquier | Add support for LZ4 with compression of full-page write... |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Skip WAL recycling and preallocation during archive... |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Don't ERROR on PreallocXlogFiles() race condition. |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Remove XLogFileInit() ability to unlink a pre-existing... |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | In XLogFileInit(), fix *use_existent postcondition... |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Remove XLogFileInit() ability to skip ControlFileLock. |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Dump COMMENT ON SCHEMA public. |
commit | commitdiff | tree |
| 2021-06-29 |
Noah Misch | Dump public schema ownership and security labels. |
commit | commitdiff | tree |
| 2021-06-28 |
Tom Lane | Doc: further updates for RELEASE_CHANGES process notes. |
commit | commitdiff | tree |
| 2021-06-28 |
Peter Geoghegan | Improve pgindent release workflow. |
commit | commitdiff | tree |
| 2021-06-28 |
Tom Lane | Don't use abort(3) in libpq's fe-print.c. |
commit | commitdiff | tree |
| 2021-06-28 |
Tom Lane | Don't depend on -fwrapv semantics in pgbench's random... |
commit | commitdiff | tree |
| 2021-06-28 |
Peter Geoghegan | Add pgindent commit to git-blame-ignore-revs file. |
commit | commitdiff | tree |
| 2021-06-28 |
Andrew Dunstan | Stamp HEAD as 15devel. |
commit | commitdiff | tree |
| 2021-06-28 |
Andrew Dunstan | Pre branch pgindent / pgperltidy run |
commit | commitdiff | tree |
| 2021-06-28 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2021-06-28 |
Amit Kapila | Improve RelationGetIdentityKeyBitmap(). |
commit | commitdiff | tree |
| 2021-06-28 |
Amit Kapila | Fix race condition in TransactionGroupUpdateXidStatus(). |
commit | commitdiff | tree |
| 2021-06-28 |
Thomas Munro | Change recovery_init_sync_method to PGC_SIGHUP. |
commit | commitdiff | tree |
| 2021-06-28 |
Michael Paquier | Fix variable initialization with ALTER SUBSCRIPTION... |
commit | commitdiff | tree |
| 2021-06-28 |
Michael Paquier | Add test for CREATE INDEX CONCURRENTLY with not-so... |
commit | commitdiff | tree |
| 2021-06-27 |
Tom Lane | Remove memory leaks in isolationtester. |
commit | commitdiff | tree |
| 2021-06-27 |
Peter Eisentraut | Error message refactoring |
commit | commitdiff | tree |
| 2021-06-26 |
Tom Lane | Doc: update v14 release notes for revert of commit... |
commit | commitdiff | tree |
| 2021-06-26 |
Tom Lane | Remove undesirable libpq dependency on stringinfo.c. |
commit | commitdiff | tree |
| 2021-06-26 |
Michael Paquier | Remove non-existing variable reference in MSVC's Soluti... |
commit | commitdiff | tree |
| 2021-06-26 |
Michael Paquier | Remove some useless logs from the TAP tests of pgbench |
commit | commitdiff | tree |
| 2021-06-25 |
Tom Lane | Remove unnecessary failure cases in RemoveRoleFromObjec... |
commit | commitdiff | tree |
| 2021-06-25 |
Tom Lane | Doc: remove commit f560209c6 from v14 release notes. |
commit | commitdiff | tree |
| 2021-06-25 |
Michael Paquier | Cleanup some code related to pgbench log checks in... |
commit | commitdiff | tree |
| 2021-06-25 |
Peter Eisentraut | Put option listing back into alphabetical order |
commit | commitdiff | tree |
| 2021-06-25 |
Peter Eisentraut | Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code |
commit | commitdiff | tree |
| 2021-06-25 |
Peter Eisentraut | doc: Change reloption data type spelling for consistency |
commit | commitdiff | tree |
| 2021-06-25 |
Peter Eisentraut | Remove redundant variable pageSize in gistinitpage |
commit | commitdiff | tree |
| 2021-06-25 |
Amit Kapila | Doc: Fix minor formatting issue in logicaldecoding... |
commit | commitdiff | tree |
| 2021-06-25 |
Michael Paquier | doc: Add acronyms for MITM and SNI |
commit | commitdiff | tree |
| 2021-06-25 |
Michael Paquier | Add more debugging information with log checks in TAP... |
commit | commitdiff | tree |
| 2021-06-24 |
Michael Paquier | doc: Move remove_temp_files_after_crash to section... |
commit | commitdiff | tree |
| 2021-06-24 |
Thomas Munro | Prepare for forthcoming LLVM 13 API change. |
commit | commitdiff | tree |
| 2021-06-24 |
Michael Paquier | Fix pattern matching logic for logs in TAP tests of... |
commit | commitdiff | tree |
| 2021-06-24 |
Tom Lane | Further stabilize postgres_fdw test. |
commit | commitdiff | tree |
| 2021-06-24 |
Heikki Linnakangas | Another fix to relmapper race condition. |
commit | commitdiff | tree |
| 2021-06-24 |
Heikki Linnakangas | Prevent race condition while reading relmapper file. |
commit | commitdiff | tree |
| 2021-06-24 |
Amit Kapila | Doc: Update logical replication message formats. |
commit | commitdiff | tree |
| 2021-06-24 |
Amit Kapila | Doc: Update caveats in synchronous logical replication. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Allow non-quoted identifiers as isolation test session... |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Doc: fix confusion about LEAKPROOF in syntax summaries. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Don't assume GSSAPI result strings are null-terminated. |
commit | commitdiff | tree |
| next |