| 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 |
| 2020-09-01 |
Tom Lane | Teach libpq to handle arbitrary-length lines in .pgpass... |
commit | commitdiff | tree |
| 2020-09-01 |
Amit Kapila | Fix the SharedFileSetUnregister API. |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: document how the backup manifest is transferred |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: add commas after 'i.e.' and 'e.g.' |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | pg_upgrade doc: mention saving postgresql.conf.auto... |
commit | commitdiff | tree |
| 2020-08-31 |
Alvaro Herrera | doc: Update partitioning limitation on BEFORE triggers |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: in mapping SQL to C data types, timestamp isn... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: cross-link file-fdw and CSV config log sections |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: clarify intermediate certificate creation instru... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: replace "stable storage" with "durable" in descr... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | C comment: remove mention of use of t_hoff WAL structu... |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: improve description of subscripting of arrays |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | docs: improve 'capitals' inheritance example |
commit | commitdiff | tree |
| 2020-08-31 |
Bruce Momjian | doc: clarify the useful features of procedures |
commit | commitdiff | tree |
| 2020-08-31 |
Magnus Hagander | Fix docs bug stating file_fdw requires absolute paths |
commit | commitdiff | tree |
| 2020-08-30 |
Tom Lane | Mark factorial operator, and postfix operators in gener... |
commit | commitdiff | tree |
| 2020-08-30 |
Tom Lane | Redefine pg_class.reltuples to be -1 before the first... |
commit | commitdiff | tree |
| 2020-08-30 |
Michael Paquier | Reset indisreplident for an invalid index in DROP INDEX... |
commit | commitdiff | tree |
| 2020-08-28 |
Michael Paquier | doc: Rework tables for built-in operator classes of... |
commit | commitdiff | tree |
| 2020-08-28 |
Peter Eisentraut | doc: Update cracklib URL |
commit | commitdiff | tree |
| 2020-08-28 |
Peter Eisentraut | passwordcheck: Log cracklib diagnostics |
commit | commitdiff | tree |
| 2020-08-27 |
Tom Lane | Fix code for re-finding scan position in a multicolumn... |
commit | commitdiff | tree |
| 2020-08-27 |
Michael Paquier | Fix comment in procarray.c |
commit | commitdiff | tree |
| 2020-08-26 |
Tom Lane | Suppress compiler warning in non-cassert builds. |
commit | commitdiff | tree |
| 2020-08-26 |
Michael Paquier | Add regression tests for REPLICA IDENTITY with dropped... |
commit | commitdiff | tree |
| 2020-08-26 |
Amit Kapila | Add additional information in the vacuum error context. |
commit | commitdiff | tree |
| 2020-08-26 |
Amit Kapila | Extend the BufFile interface. |
commit | commitdiff | tree |
| 2020-08-26 |
Fujii Masao | Add regression test for pg_backend_memory_contexts. |
commit | commitdiff | tree |
| 2020-08-26 |
Fujii Masao | Move codes for pg_backend_memory_contexts from mmgr... |
commit | commitdiff | tree |
| 2020-08-26 |
Fujii Masao | Prevent non-superusers from reading pg_backend_memory_c... |
commit | commitdiff | tree |
| 2020-08-25 |
David Rowley | Fixup some misusages of bms_num_members() |
commit | commitdiff | tree |
| 2020-08-25 |
Bruce Momjian | docs: client certificates are always sent to the server |
commit | commitdiff | tree |
| 2020-08-25 |
Peter Eisentraut | doc: Fix up title case |
commit | commitdiff | tree |
| 2020-08-24 |
Michael Paquier | doc: Fix some markups for support functions of index AMs |
commit | commitdiff | tree |
| 2020-08-24 |
Amit Kapila | Improve the vacuum error context phase information. |
commit | commitdiff | tree |
| 2020-08-22 |
Tom Lane | Avoid pushing quals down into sub-queries that have... |
commit | commitdiff | tree |
| 2020-08-22 |
Tom Lane | Fix ALTER TABLE's scheduling rules for AT_AddConstraint... |
commit | commitdiff | tree |
| 2020-08-22 |
Michael Paquier | doc: Fix format, incorrect structure names and markup... |
commit | commitdiff | tree |
| 2020-08-22 |
Bruce Momjian | docs: improve description of how to handle multiple... |
commit | commitdiff | tree |
| 2020-08-21 |
Bruce Momjian | docs: add COMMENT examples for new features, rename... |
commit | commitdiff | tree |
| 2020-08-21 |
Tom Lane | Fix handling of CREATE TABLE LIKE with inheritance. |
commit | commitdiff | tree |
| 2020-08-21 |
Fujii Masao | Fix explain regression test failure. |
commit | commitdiff | tree |
| 2020-08-21 |
Fujii Masao | Rework EXPLAIN for planner's buffer usage. |
commit | commitdiff | tree |
| 2020-08-21 |
Fujii Masao | Fix typos in comments. |
commit | commitdiff | tree |
| 2020-08-20 |
David Rowley | Fix a few typos in JIT comments and README |
commit | commitdiff | tree |
| 2020-08-20 |
Andres Freund | Revert "Make vacuum a bit more verbose to debug BF... |
commit | commitdiff | tree |
| next |