| 2020-08-12 |
Andres Freund | snapshot scalability: Don't compute global horizons... |
commit | commitdiff | tree |
| 2020-08-12 |
Alvaro Herrera | BRIN: Handle concurrent desummarization properly |
commit | commitdiff | tree |
| 2020-08-12 |
Tom Lane | Improve comments for postmaster.c's BackendList. |
commit | commitdiff | tree |
| 2020-08-12 |
Andres Freund | Track latest completed xid as a FullTransactionId. |
commit | commitdiff | tree |
| 2020-08-11 |
Andres Freund | Rename VariableCacheData.nextFullXid to nextXid. |
commit | commitdiff | tree |
| 2020-08-11 |
Michael Paquier | Improve tab completion of REINDEX in psql |
commit | commitdiff | tree |
| 2020-08-10 |
Peter Eisentraut | Replace remaining StrNCpy() by strlcpy() |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Document clashes between logical replication and untrus... |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Empty search_path in logical replication apply worker... |
commit | commitdiff | tree |
| 2020-08-10 |
Noah Misch | Move connect.h from fe_utils to src/include/common. |
commit | commitdiff | tree |
| 2020-08-10 |
Tom Lane | Make contrib modules' installation scripts more secure. |
commit | commitdiff | tree |
| 2020-08-09 |
Peter Geoghegan | Correct nbtree page split lock coupling comment. |
commit | commitdiff | tree |
| 2020-08-09 |
Tom Lane | Check for fseeko() failure in pg_dump's _tarAddFile(). |
commit | commitdiff | tree |
| 2020-08-09 |
Tom Lane | Remove useless Assert. |
commit | commitdiff | tree |
| 2020-08-08 |
Tom Lane | Remove <@ from contrib/intarray's GiST operator classes. |
commit | commitdiff | tree |
| 2020-08-08 |
Peter Geoghegan | Teach amcheck to verify sibling links in all cases. |
commit | commitdiff | tree |
| 2020-08-08 |
Alvaro Herrera | walsnd: Don't set waiting_for_ping_response spuriously |
commit | commitdiff | tree |
| 2020-08-08 |
Amit Kapila | Fix the logical streaming test. |
commit | commitdiff | tree |
| 2020-08-08 |
Peter Eisentraut | Add some const decorations |
commit | commitdiff | tree |
| 2020-08-08 |
Amit Kapila | Implement streaming mode in ReorderBuffer. |
commit | commitdiff | tree |
| 2020-08-07 |
Peter Geoghegan | Make nbtree split REDO locking match original execution. |
commit | commitdiff | tree |
| 2020-08-07 |
Alvaro Herrera | Remove PROC_IN_ANALYZE and derived flags |
commit | commitdiff | tree |
| 2020-08-07 |
Tom Lane | Support testing of cases where table schemas change... |
commit | commitdiff | tree |
| 2020-08-07 |
Peter Geoghegan | Rename nbtree split REDO routine variables. |
commit | commitdiff | tree |
| 2020-08-07 |
Etsuro Fujita | Fix yet another issue with step generation in partition... |
commit | commitdiff | tree |
| 2020-08-06 |
Peter Geoghegan | Remove obsolete amcheck comment. |
commit | commitdiff | tree |
| 2020-08-06 |
Peter Geoghegan | amcheck: Sanitize metapage's allequalimage field. |
commit | commitdiff | tree |
| 2020-08-06 |
David Rowley | Fix bogus EXPLAIN output for Hash Aggregate |
commit | commitdiff | tree |
| 2020-08-06 |
Robert Haas | Register llvm_shutdown using on_proc_exit, not before_s... |
commit | commitdiff | tree |
| 2020-08-05 |
Bruce Momjian | doc: clarify "state" table reference in tutorial |
commit | commitdiff | tree |
| 2020-08-05 |
Tom Lane | Fix matching of sub-partitions when a partitioned plan... |
commit | commitdiff | tree |
| 2020-08-04 |
Alexander Korotkov | Remove btree page items after page unlink |
commit | commitdiff | tree |
| 2020-08-04 |
Tom Lane | Increase hard-wired timeout values in ecpg regression... |
commit | commitdiff | tree |
| 2020-08-04 |
Michael Paquier | Make new SSL TAP test for channel_binding more robust |
commit | commitdiff | tree |
| 2020-08-03 |
Peter Geoghegan | Fix replica backward scan race condition. |
commit | commitdiff | tree |
| 2020-08-03 |
Peter Geoghegan | Add nbtree page deletion assertion. |
commit | commitdiff | tree |
| 2020-08-03 |
Tom Lane | Remove unnecessary "DISTINCT" in psql's queries for... |
commit | commitdiff | tree |
| 2020-08-03 |
Tom Lane | Doc: fix obsolete info about allowed range of TZ offset... |
commit | commitdiff | tree |
| 2020-08-03 |
Tom Lane | Fix behavior of ecpg's "EXEC SQL elif name". |
commit | commitdiff | tree |
| 2020-08-03 |
Michael Paquier | Add %P to log_line_prefix for parallel group leader |
commit | commitdiff | tree |
| 2020-08-03 |
Thomas Munro | Fix rare failure in LDAP tests. |
commit | commitdiff | tree |
| 2020-08-03 |
Thomas Munro | Correct comment in simplehash.h. |
commit | commitdiff | tree |
| 2020-08-02 |
Tom Lane | Fix minor issues in psql's new \dAc and related commands. |
commit | commitdiff | tree |
| 2020-08-02 |
David Rowley | Use int64 instead of long in incremental sort code |
commit | commitdiff | tree |
| 2020-08-01 |
Noah Misch | Change XID and mxact limits to warn at 40M and stop... |
commit | commitdiff | tree |
| 2020-08-01 |
Tom Lane | Invent "amadjustmembers" AM method for validating opcla... |
commit | commitdiff | tree |
| 2020-08-01 |
Thomas Munro | Use pg_pread() and pg_pwrite() in slru.c. |
commit | commitdiff | tree |
| 2020-08-01 |
Michael Paquier | Minimize slot creation for multi-inserts of pg_shdepend |
commit | commitdiff | tree |
| 2020-08-01 |
Thomas Munro | Improve programmer docs for simplehash and dynahash. |
commit | commitdiff | tree |
| 2020-07-31 |
Peter Geoghegan | Restore lost amcheck TOAST test coverage. |
commit | commitdiff | tree |
| 2020-07-31 |
Tom Lane | Fix oversight in ALTER TYPE: typmodin/typmodout must... |
commit | commitdiff | tree |
| 2020-07-31 |
Tom Lane | Fix recently-introduced performance problem in ts_headl... |
commit | commitdiff | tree |
| 2020-07-31 |
Thomas Munro | Fix compiler warning from Clang. |
commit | commitdiff | tree |
| 2020-07-31 |
Thomas Munro | Preallocate some DSM space at startup. |
commit | commitdiff | tree |
| 2020-07-31 |
Michael Paquier | Fix comment in instrument.h |
commit | commitdiff | tree |
| 2020-07-31 |
Thomas Munro | Cache smgrnblocks() results in recovery. |
commit | commitdiff | tree |
| 2020-07-31 |
Michael Paquier | Use multi-inserts for pg_attribute and pg_shdepend |
commit | commitdiff | tree |
| 2020-07-30 |
Tatsuo Ishii | Doc: fix high availability solutions comparison. |
commit | commitdiff | tree |
| 2020-07-30 |
Jeff Davis | Use pg_bitutils for HyperLogLog. |
commit | commitdiff | tree |
| 2020-07-30 |
Michael Paquier | Include partitioned tables for tab completion of VACUUM... |
commit | commitdiff | tree |
| 2020-07-30 |
Michael Paquier | doc: Mention index references in pg_inherits |
commit | commitdiff | tree |
| 2020-07-30 |
Thomas Munro | Introduce a WaitEventSet for the stats collector. |
commit | commitdiff | tree |
| 2020-07-30 |
Thomas Munro | Use WaitLatch() for condition variables. |
commit | commitdiff | tree |
| 2020-07-30 |
Thomas Munro | Use a long lived WaitEventSet for WaitLatch(). |
commit | commitdiff | tree |
| 2020-07-29 |
Peter Geoghegan | Add hash_mem_multiplier GUC. |
commit | commitdiff | tree |
| 2020-07-29 |
Fujii Masao | pg_stat_statements: track number of rows processed... |
commit | commitdiff | tree |
| 2020-07-29 |
Fujii Masao | Remove non-fast promotion. |
commit | commitdiff | tree |
| 2020-07-29 |
Jeff Davis | HashAgg: use better cardinality estimate for recursive... |
commit | commitdiff | tree |
| 2020-07-29 |
Michael Paquier | Fix incorrect print format in json.c |
commit | commitdiff | tree |
| 2020-07-29 |
Thomas Munro | Move syncscan.c to src/backend/access/common. |
commit | commitdiff | tree |
| 2020-07-29 |
Peter Geoghegan | Rename another "hash_mem" local variable. |
commit | commitdiff | tree |
| 2020-07-29 |
Peter Geoghegan | Correct obsolete UNION hash aggs comment. |
commit | commitdiff | tree |
| 2020-07-28 |
Peter Geoghegan | Doc: Remove obsolete CREATE AGGREGATE note. |
commit | commitdiff | tree |
| 2020-07-28 |
David Rowley | Make EXPLAIN ANALYZE of HashAgg more similar to Hash... |
commit | commitdiff | tree |
| 2020-07-28 |
David Rowley | Doc: Improve documentation for pg_jit_available() |
commit | commitdiff | tree |
| 2020-07-28 |
Amit Kapila | Extend the logical decoding output plugin API with... |
commit | commitdiff | tree |
| 2020-07-28 |
Etsuro Fujita | Fix some issues with step generation in partition pruning. |
commit | commitdiff | tree |
| 2020-07-28 |
Peter Geoghegan | Remove hashagg_avoid_disk_plan GUC. |
commit | commitdiff | tree |
| 2020-07-27 |
Michael Paquier | Fix corner case with 16kB-long decompression in pgcrypt... |
commit | commitdiff | tree |
| 2020-07-27 |
Michael Paquier | Fix handling of structure for bytea data type in ECPG |
commit | commitdiff | tree |
| 2020-07-26 |
Jeff Davis | Fix LookupTupleHashEntryHash() pipeline-stall issue. |
commit | commitdiff | tree |
| 2020-07-26 |
David Rowley | Allocate consecutive blocks during parallel seqscans |
commit | commitdiff | tree |
| 2020-07-26 |
Michael Paquier | Tweak behavior of pg_stat_activity.leader_pid |
commit | commitdiff | tree |
| 2020-07-25 |
Noah Misch | Remove optimization for RAND_poll() failing. |
commit | commitdiff | tree |
| 2020-07-25 |
Noah Misch | Use RAND_poll() for seeding randomness after fork(). |
commit | commitdiff | tree |
| 2020-07-25 |
Tom Lane | Improve performance of binary COPY FROM through better... |
commit | commitdiff | tree |
| 2020-07-25 |
Tom Lane | Mark built-in coercion functions as leakproof where... |
commit | commitdiff | tree |
| 2020-07-25 |
Amit Kapila | Fix buffer usage stats for nodes above Gather Merge. |
commit | commitdiff | tree |
| 2020-07-24 |
Tom Lane | Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC... |
commit | commitdiff | tree |
| 2020-07-24 |
Tom Lane | Fix assorted bugs by changing TS_execute's callback... |
commit | commitdiff | tree |
| 2020-07-24 |
Peter Eisentraut | Rename configure.in to configure.ac |
commit | commitdiff | tree |
| 2020-07-23 |
Tom Lane | Fix ancient violation of zlib's API spec. |
commit | commitdiff | tree |
| 2020-07-23 |
Peter Eisentraut | doc: Document that ssl_ciphers does not affect TLS 1.3 |
commit | commitdiff | tree |
| 2020-07-23 |
Thomas Munro | Fix error message. |
commit | commitdiff | tree |
| 2020-07-23 |
Amit Kapila | WAL Log invalidations at command end with wal_level... |
commit | commitdiff | tree |
| 2020-07-22 |
Michael Paquier | Revert "Fix corner case with PGP decompression in pgcrypto" |
commit | commitdiff | tree |
| 2020-07-22 |
Tom Lane | Support infinity and -infinity in the numeric data... |
commit | commitdiff | tree |
| 2020-07-22 |
Michael Paquier | Fix corner case with PGP decompression in pgcrypto |
commit | commitdiff | tree |
| 2020-07-22 |
Thomas Munro | Fix conversion table generator scripts. |
commit | commitdiff | tree |
| 2020-07-22 |
Michael Paquier | Fix comment in sha2.h |
commit | commitdiff | tree |
| next |