| 2020-09-14 |
Tom Lane | Make walsenders show their replication commands in... |
commit | commitdiff | tree |
| 2020-09-14 |
Noah Misch | Fix interpolation in test name. |
commit | commitdiff | tree |
| 2020-09-14 |
Fujii Masao | Fix typos. |
commit | commitdiff | tree |
| 2020-09-14 |
Michael Paquier | Make index_set_state_flags() transactional |
commit | commitdiff | tree |
| 2020-09-14 |
Peter Eisentraut | Message fixes and style improvements |
commit | commitdiff | tree |
| 2020-09-14 |
Michael Paquier | Avoid useless allocations for information of dumpable... |
commit | commitdiff | tree |
| 2020-09-13 |
Tom Lane | Use the properly transformed RangeVar for expandTableLi... |
commit | commitdiff | tree |
| 2020-09-12 |
Amit Kapila | Fix inconsistency in determining the timestamp of the... |
commit | commitdiff | tree |
| 2020-09-12 |
Amit Kapila | Remove unused function declaration in logicalproto.h. |
commit | commitdiff | tree |
| 2020-09-12 |
Jeff Davis | logtape.c: do not preallocate for tapes when sorting |
commit | commitdiff | tree |
| 2020-09-11 |
Tom Lane | Accept SIGQUIT during error recovery in auxiliary proce... |
commit | commitdiff | tree |
| 2020-09-11 |
Alvaro Herrera | psql: Display stats target of extended statistics |
commit | commitdiff | tree |
| 2020-09-11 |
Tom Lane | Log a message when resorting to SIGKILL during shutdown... |
commit | commitdiff | tree |
| 2020-09-11 |
Tom Lane | Don't run atexit callbacks during signal exits from... |
commit | commitdiff | tree |
| 2020-09-11 |
Alvaro Herrera | Update copyright year |
commit | commitdiff | tree |
| 2020-09-11 |
Amit Kapila | Skip empty transaction stream in test_decoding. |
commit | commitdiff | tree |
| 2020-09-10 |
Alvaro Herrera | Print WAL logical message contents in pg_waldump |
commit | commitdiff | tree |
| 2020-09-10 |
Tom Lane | Use _exit(2) for SIGQUIT during ProcessStartupPacket... |
commit | commitdiff | tree |
| 2020-09-10 |
Robert Haas | New contrib module, pg_surgery, with heap surgery funct... |
commit | commitdiff | tree |
| 2020-09-10 |
Peter Eisentraut | Remove unused parameter |
commit | commitdiff | tree |
| 2020-09-10 |
Peter Eisentraut | Add libpq's openssl dependencies to pkg-config file |
commit | commitdiff | tree |
| 2020-09-10 |
Peter Eisentraut | doc: Remove buggy ICU collation from documentation |
commit | commitdiff | tree |
| 2020-09-10 |
Peter Eisentraut | Add more tests for EXTRACT of date type |
commit | commitdiff | tree |
| 2020-09-10 |
Magnus Hagander | Fix title in reference section |
commit | commitdiff | tree |
| 2020-09-10 |
Etsuro Fujita | Clean up some code and comments in partbounds.c. |
commit | commitdiff | tree |
| 2020-09-10 |
Michael Paquier | doc: Fix some grammar and inconsistencies |
commit | commitdiff | tree |
| 2020-09-10 |
Noah Misch | Fix rd_firstRelfilenodeSubid for nailed relations,... |
commit | commitdiff | tree |
| 2020-09-09 |
Tom Lane | Make archiver's SIGQUIT handler exit via _exit(). |
commit | commitdiff | tree |
| 2020-09-09 |
Peter Eisentraut | Expose internal function for converting int64 to numeric |
commit | commitdiff | tree |
| 2020-09-09 |
Tom Lane | Doc: adjust documentation related to index support... |
commit | commitdiff | tree |
| 2020-09-09 |
Tom Lane | Minor fixes in docs and error messages. |
commit | commitdiff | tree |
| 2020-09-09 |
Magnus Hagander | Add missing quote in docs |
commit | commitdiff | tree |
| 2020-09-09 |
Peter Eisentraut | Add some more numeric test coverage |
commit | commitdiff | tree |
| 2020-09-08 |
Alvaro Herrera | Check default partitions constraints while descending |
commit | commitdiff | tree |
| 2020-09-08 |
Tom Lane | Install an error check into cancel_before_shmem_exit(). |
commit | commitdiff | tree |
| 2020-09-08 |
Andres Freund | Fix autovacuum cancellation. |
commit | commitdiff | tree |
| 2020-09-08 |
Tom Lane | Use plain memset() in numeric.c, not MemSet and friends. |
commit | commitdiff | tree |
| 2020-09-08 |
Peter Eisentraut | Use <unnamed> for name of unnamed portal's memory context |
commit | commitdiff | tree |
| 2020-09-08 |
Peter Eisentraut | Remove unused parameter |
commit | commitdiff | tree |
| 2020-09-08 |
Michael Paquier | Remove isolation test reindex-partitions |
commit | commitdiff | tree |
| 2020-09-08 |
Michael Paquier | Add support for partitioned tables and indexes in REINDEX |
commit | commitdiff | tree |
| 2020-09-07 |
Jeff Davis | Adjust cost model for HashAgg that spills to disk. |
commit | commitdiff | tree |
| 2020-09-07 |
Tom Lane | Clarify comments in enforce_generic_type_consistency(). |
commit | commitdiff | tree |
| 2020-09-07 |
Tom Lane | Frob numeric.c loop so that clang will auto-vectorize... |
commit | commitdiff | tree |
| 2020-09-07 |
Thomas Munro | Add d_type to our Windows dirent emulation. |
commit | commitdiff | tree |
| 2020-09-07 |
Peter Eisentraut | doc: Fix table cell overflow |
commit | commitdiff | tree |
| 2020-09-07 |
Thomas Munro | Skip unnecessary stat() calls in walkdir(). |
commit | commitdiff | tree |
| 2020-09-07 |
Michael Paquier | doc: Tweak sentence for pg_checksums when enabling... |
commit | commitdiff | tree |
| 2020-09-07 |
Amit Kapila | Add additional tests to test streaming of in-progress... |
commit | commitdiff | tree |
| 2020-09-07 |
Tom Lane | Apply auto-vectorization to the inner loop of numeric... |
commit | commitdiff | tree |
| 2020-09-07 |
Tom Lane | Split Makefile symbol CFLAGS_VECTOR into two symbols. |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Remove arbitrary line length limits in pg_regress ... |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Refactor pg_get_line() to expose an alternative StringI... |
commit | commitdiff | tree |
| 2020-09-06 |
Magnus Hagander | Change path in example of file_fdw for logs |
commit | commitdiff | tree |
| 2020-09-06 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Fix misleading error message about inconsistent moving... |
commit | commitdiff | tree |
| 2020-09-06 |
Tom Lane | Remove useless lstat() call in pg_rewind. |
commit | commitdiff | tree |
| 2020-09-06 |
Peter Eisentraut | doc: Don't hide the "Up" link when it is the same as... |
commit | commitdiff | tree |
| 2020-09-06 |
Peter Eisentraut | Remove unused parameter |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Improve some ancient, crufty code in bootstrap + initdb. |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Yet more elimination of dead stores and useless initial... |
commit | commitdiff | tree |
| 2020-09-05 |
Michael Paquier | Switch to multi-inserts when registering dependencies... |
commit | commitdiff | tree |
| 2020-09-05 |
Peter Eisentraut | Extend SQL function tests lightly |
commit | commitdiff | tree |
| 2020-09-05 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
| 2020-09-05 |
Michael Paquier | Use multi-inserts for pg_depend |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Make new authentication test case more robust. |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Fix over-eager ping'ing in logical replication receiver. |
commit | commitdiff | tree |
| 2020-09-05 |
Tom Lane | Remove still more useless assignments. |
commit | commitdiff | tree |
| 2020-09-04 |
Jeff Davis | Fix bogus MaxAllocSize check in logtape.c. |
commit | commitdiff | tree |
| 2020-09-04 |
Alvaro Herrera | Report expected contrecord length on mismatch |
commit | commitdiff | tree |
| 2020-09-04 |
Tom Lane | Remove some more useless assignments. |
commit | commitdiff | tree |
| 2020-09-04 |
Andrew Dunstan | Collect attribute data on extension owned tables being... |
commit | commitdiff | tree |
| 2020-09-04 |
Bruce Momjian | C comment: correct use of 64-"byte" cache line size |
commit | commitdiff | tree |
| 2020-09-04 |
Tom Lane | Fix rare deadlock failure in create_am regression test. |
commit | commitdiff | tree |
| 2020-09-04 |
Peter Eisentraut | doc: Change table alias names to lower case in tutorial... |
commit | commitdiff | tree |
| 2020-09-04 |
Peter Eisentraut | doc: Fix whitespace issue in PDF |
commit | commitdiff | tree |
| 2020-09-04 |
Peter Eisentraut | doc: Use tags consistently in the tutorial chapter |
commit | commitdiff | tree |
| 2020-09-04 |
Peter Eisentraut | Remove unused parameter |
commit | commitdiff | tree |
| 2020-09-04 |
Amit Kapila | Fix inline marking introduced in commit 464824323e. |
commit | commitdiff | tree |
| 2020-09-04 |
Bruce Momjian | remove redundant initializations |
commit | commitdiff | tree |
| 2020-09-04 |
Michael Paquier | Remove variable "concurrent" from ReindexStmt |
commit | commitdiff | tree |
| 2020-09-04 |
Tom Lane | Remove arbitrary restrictions on password length. |
commit | commitdiff | tree |
| 2020-09-03 |
Tom Lane | Avoid lockup of a parallel worker when reporting a... |
commit | commitdiff | tree |
| 2020-09-03 |
Tom Lane | Allow records to span multiple lines in pg_hba.conf... |
commit | commitdiff | tree |
| 2020-09-03 |
Tom Lane | Doc: mention packager-supplied tools for server start... |
commit | commitdiff | tree |
| 2020-09-03 |
Peter Eisentraut | doc: Make SQL command names in the catalog documentatio... |
commit | commitdiff | tree |
| 2020-09-03 |
Peter Eisentraut | doc: Add missing cross-links in system catalog document... |
commit | commitdiff | tree |
| 2020-09-03 |
Peter Eisentraut | Fix XML id to match containing page |
commit | commitdiff | tree |
| 2020-09-03 |
Amit Kapila | Add support for streaming to built-in logical replication. |
commit | commitdiff | tree |
| 2020-09-02 |
Tom Lane | Add string_to_table() function. |
commit | commitdiff | tree |
| 2020-09-02 |
Peter Eisentraut | Remove unused parameter |
commit | commitdiff | tree |
| 2020-09-02 |
Michael Paquier | Add access method names to \d[i|m|t]+ in psql |
commit | commitdiff | tree |
| 2020-09-02 |
Michael Paquier | Fix thinko with definition of REINDEXOPT_MISSING_OK |
commit | commitdiff | tree |
| 2020-09-02 |
Fujii Masao | Avoid unnecessary acquisition of SyncRepLock in transac... |
commit | commitdiff | tree |
| 2020-09-02 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree |
| 2020-09-02 |
Michael Paquier | Improve handling of dropped relations for REINDEX DATAB... |
commit | commitdiff | tree |
| 2020-09-01 |
Tom Lane | Improve test coverage of ginvacuum.c. |
commit | commitdiff | tree |
| 2020-09-01 |
Tom Lane | Set cutoff xmin more aggressively when vacuuming a... |
commit | commitdiff | tree |
| 2020-09-01 |
Bruce Momjian | doc: clarify that max_wal_size is "during" checkpoints |
commit | commitdiff | tree |
| 2020-09-01 |
Alvaro Herrera | Raise error on concurrent drop of partitioned index |
commit | commitdiff | tree |
| next |