| 2022-11-02 |
Tom Lane | pg_dump: fix failure to dump comments on constraints... |
commit | commitdiff | tree |
| 2022-11-02 |
Etsuro Fujita | Fix copy-and-pasteo in comment. |
commit | commitdiff | tree |
| 2022-11-02 |
Amit Kapila | Doc: Update information about manually creating slots. |
commit | commitdiff | tree |
| 2022-11-02 |
Amit Kapila | Improve the description of XLOG_RUNNING_XACTS. |
commit | commitdiff | tree |
| 2022-11-02 |
Michael Paquier | doc: Fix some descriptions related to pg_ident_file_map... |
commit | commitdiff | tree |
| 2022-11-02 |
David Rowley | Fix outdated comment in tuplesort.h |
commit | commitdiff | tree |
| 2022-11-02 |
Michael Paquier | Remove code handling FORCE_NULL and FORCE_NOT_NULL... |
commit | commitdiff | tree |
| 2022-11-02 |
David Rowley | Add doubly linked count list implementation |
commit | commitdiff | tree |
| 2022-11-02 |
Michael Paquier | Add more tests for COPY with incorrect option combinations |
commit | commitdiff | tree |
| 2022-11-01 |
Tom Lane | Update time zone data files to tzdata release 2022f. |
commit | commitdiff | tree |
| 2022-11-01 |
Tom Lane | Fix planner failure with extended statistics on partiti... |
commit | commitdiff | tree |
| 2022-11-01 |
Tom Lane | pg_stat_statements: fetch stmt location/length before... |
commit | commitdiff | tree |
| 2022-11-01 |
Peter Eisentraut | doc: Add note about lack of publication privileges |
commit | commitdiff | tree |
| 2022-11-01 |
Peter Eisentraut | psql: Improve tab completion for ALTER TABLE on identit... |
commit | commitdiff | tree |
| 2022-10-31 |
Tom Lane | Add basic regression tests for semi/antijoin recognition. |
commit | commitdiff | tree |
| 2022-10-31 |
Jeff Davis | Fix ALTER COLLATION "default" REFRESH VERSION. |
commit | commitdiff | tree |
| 2022-10-31 |
Jeff Davis | Enable pg_collation_actual_version() to work on the... |
commit | commitdiff | tree |
| 2022-10-31 |
Peter Eisentraut | pg_dump test: Make concatenated create_sql commands... |
commit | commitdiff | tree |
| 2022-10-31 |
Michael Paquier | Add check on initial and boot values when loading GUCs |
commit | commitdiff | tree |
| 2022-10-31 |
Michael Paquier | Clean up some inconsistencies with GUC declarations |
commit | commitdiff | tree |
| 2022-10-29 |
Noah Misch | Under has_wal_read_bug, skip recovery/t/032_relfilenode... |
commit | commitdiff | tree |
| 2022-10-28 |
David Rowley | Use Limit instead of Unique to implement DISTINCT,... |
commit | commitdiff | tree |
| 2022-10-28 |
Peter Eisentraut | Remove AssertArg and AssertState |
commit | commitdiff | tree |
| 2022-10-27 |
David Rowley | Allow nodeSort to perform Datum sorts for byref types |
commit | commitdiff | tree |
| 2022-10-27 |
Tom Lane | Avoid making commutatively-duplicate clauses in Equival... |
commit | commitdiff | tree |
| 2022-10-27 |
Michael Paquier | Move pg_pwritev_with_retry() to src/common/file_utils.c |
commit | commitdiff | tree |
| 2022-10-27 |
Michael Paquier | Add some tests to check the SQL functions of control... |
commit | commitdiff | tree |
| 2022-10-26 |
Michael Paquier | Add rule_number to pg_hba_file_rules and map_number... |
commit | commitdiff | tree |
| 2022-10-26 |
Michael Paquier | Fix variable assignment thinko in hba.c |
commit | commitdiff | tree |
| 2022-10-26 |
Michael Paquier | Refactor code handling the names of files loaded in... |
commit | commitdiff | tree |
| 2022-10-25 |
Tom Lane | Doc/improve confusing, inefficient tests to locate... |
commit | commitdiff | tree |
| 2022-10-25 |
Heikki Linnakangas | Update outdated comment for TransactionIdSetTreeStatus |
commit | commitdiff | tree |
| 2022-10-25 |
Michael Paquier | Clean up some GUC declarations and comments |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix unlink() for STATUS_DELETE_PENDING on Windows. |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix stat() for recursive junction points on Windows. |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix readlink() for non-PostgreSQL junction points on... |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix lstat() for broken junction points on Windows. |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix readlink() return value on Windows. |
commit | commitdiff | tree |
| 2022-10-25 |
Thomas Munro | Fix symlink() errno on Windows. |
commit | commitdiff | tree |
| 2022-10-25 |
Michael Paquier | doc: Fix type of cursor_position in jsonlog table |
commit | commitdiff | tree |
| 2022-10-24 |
Alvaro Herrera | Update some comments that should've covered MERGE |
commit | commitdiff | tree |
| 2022-10-24 |
Alvaro Herrera | Fix recently added incorrect assertion |
commit | commitdiff | tree |
| 2022-10-24 |
Michael Paquier | Improve coverage of ruleutils.c for SQLValueFunctions |
commit | commitdiff | tree |
| 2022-10-24 |
Michael Paquier | Improve tab completion for ALTER STATISTICS <name>... |
commit | commitdiff | tree |
| 2022-10-24 |
Michael Paquier | Fix and improve TAP tests for pg_hba.conf and regexps |
commit | commitdiff | tree |
| 2022-10-24 |
Michael Paquier | Add support for regexps on database and user entries... |
commit | commitdiff | tree |
| 2022-10-22 |
Peter Eisentraut | Remove pgpid_t type, use pid_t instead |
commit | commitdiff | tree |
| 2022-10-22 |
Peter Eisentraut | psql: Fix exit status when query is canceled |
commit | commitdiff | tree |
| 2022-10-22 |
Michael Paquier | Improve memory handling across SQL-callable backup... |
commit | commitdiff | tree |
| 2022-10-21 |
Robert Haas | pg_basebackup: Fix cross-platform tablespace relocation. |
commit | commitdiff | tree |
| 2022-10-21 |
Amit Kapila | Add CHECK_FOR_INTERRUPTS while restoring changes during... |
commit | commitdiff | tree |
| 2022-10-21 |
Michael Paquier | Refactor more logic for compilation of regular expressi... |
commit | commitdiff | tree |
| 2022-10-20 |
David Rowley | Doc: fix outdated wording about parallel seq scans |
commit | commitdiff | tree |
| 2022-10-20 |
Peter Eisentraut | Make finding openssl program a configure or meson option |
commit | commitdiff | tree |
| 2022-10-20 |
Dean Rasheed | Improve the accuracy of numeric power() for integer... |
commit | commitdiff | tree |
| 2022-10-20 |
Alvaro Herrera | Use proper macro to access TransactionId |
commit | commitdiff | tree |
| 2022-10-20 |
Amit Kapila | Fix assertion failures while processing NEW_CID record... |
commit | commitdiff | tree |
| 2022-10-19 |
Alvaro Herrera | Better handle interrupting TAP tests |
commit | commitdiff | tree |
| 2022-10-19 |
Alvaro Herrera | Get rid of XLogCtlInsert->forcePageWrites |
commit | commitdiff | tree |
| 2022-10-19 |
Thomas Munro | Track LLVM 15 changes. |
commit | commitdiff | tree |
| 2022-10-19 |
Alvaro Herrera | Remove pg_backup_start_callback and reuse similar code |
commit | commitdiff | tree |
| 2022-10-19 |
Michael Paquier | Rework shutdown callback of archiver modules |
commit | commitdiff | tree |
| 2022-10-19 |
Tatsuo Ishii | Enhance make_ctags and make_etags. |
commit | commitdiff | tree |
| 2022-10-19 |
Michael Paquier | Fix typos in logical/launcher.c |
commit | commitdiff | tree |
| 2022-10-19 |
Michael Paquier | Refactor regular expression handling in hba.c |
commit | commitdiff | tree |
| 2022-10-18 |
Tom Lane | Fix confusion about havingQual vs hasHavingQual in... |
commit | commitdiff | tree |
| 2022-10-18 |
Alvaro Herrera | Remove no-longer-needed compatibility hack |
commit | commitdiff | tree |
| 2022-10-18 |
Alvaro Herrera | Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION |
commit | commitdiff | tree |
| 2022-10-18 |
Michael Paquier | Remove compatibility declarations for InitMaterializedSRF() |
commit | commitdiff | tree |
| 2022-10-18 |
Michael Paquier | Rename SetSingleFuncCall() to InitMaterializedSRF() |
commit | commitdiff | tree |
| 2022-10-17 |
Bruce Momjian | doc: move the mention of aggregate JSON functions... |
commit | commitdiff | tree |
| 2022-10-17 |
Bruce Momjian | doc: warn pg_stat_reset() can cause vacuum/analyze... |
commit | commitdiff | tree |
| 2022-10-17 |
Tom Lane | Record dependencies of a cast on other casts that it... |
commit | commitdiff | tree |
| 2022-10-17 |
Tom Lane | Reject non-ON-SELECT rules that are named "_RETURN". |
commit | commitdiff | tree |
| 2022-10-17 |
Tom Lane | Guard against table-AM-less relations in planner. |
commit | commitdiff | tree |
| 2022-10-17 |
Michael Paquier | Fix calculation related to temporary WAL segment name... |
commit | commitdiff | tree |
| 2022-10-17 |
Michael Paquier | Add checks for regexes with user name map in test for... |
commit | commitdiff | tree |
| 2022-10-16 |
Tom Lane | Fix EXPLAIN of SEARCH BREADTH FIRST with a constant... |
commit | commitdiff | tree |
| 2022-10-16 |
Tom Lane | Rename parser token REF to REF_P to avoid a symbol... |
commit | commitdiff | tree |
| 2022-10-16 |
Tom Lane | Use libc's snprintf, not sprintf, for special cases... |
commit | commitdiff | tree |
| 2022-10-16 |
Andres Freund | meson: macos: Use -Wl,-undefined,error for modules |
commit | commitdiff | tree |
| 2022-10-15 |
Andres Freund | meson: catch up to a few configure changes |
commit | commitdiff | tree |
| 2022-10-15 |
Alvaro Herrera | Disallow MERGE cleanly for foreign partitions |
commit | commitdiff | tree |
| 2022-10-15 |
Michael Paquier | Fix some comments in proc.h |
commit | commitdiff | tree |
| 2022-10-14 |
Andres Freund | pgstat: Track time of the last scan of a relation |
commit | commitdiff | tree |
| 2022-10-14 |
Andres Freund | Have GetCurrentTransactionStopTimestamp() set xactStopT... |
commit | commitdiff | tree |
| 2022-10-14 |
Alvaro Herrera | libpq: Reset singlerow flag correctly in pipeline mode |
commit | commitdiff | tree |
| 2022-10-14 |
Tom Lane | Add auxiliary lists to GUC data structures for better... |
commit | commitdiff | tree |
| 2022-10-14 |
Tom Lane | Replace the sorted array of GUC variables with a hash... |
commit | commitdiff | tree |
| 2022-10-14 |
Tom Lane | Store GUC data in a memory context, instead of using... |
commit | commitdiff | tree |
| 2022-10-14 |
Tom Lane | Make some minor improvements in memory-context infrastr... |
commit | commitdiff | tree |
| 2022-10-14 |
Peter Eisentraut | Standardize format for printing PIDs |
commit | commitdiff | tree |
| 2022-10-14 |
Peter Eisentraut | doc: Correct type of bgw_notify_pid |
commit | commitdiff | tree |
| 2022-10-14 |
David Rowley | Fix incorrect comment regarding command completion... |
commit | commitdiff | tree |
| 2022-10-13 |
Daniel Gustafsson | Remove redundant memset call following palloc0 |
commit | commitdiff | tree |
| 2022-10-13 |
Andres Freund | pg_buffercache: Add pg_buffercache_summary() |
commit | commitdiff | tree |
| 2022-10-13 |
Alvaro Herrera | Fix typo in CREATE PUBLICATION reference page |
commit | commitdiff | tree |
| 2022-10-13 |
Peter Eisentraut | Put tests of md5() function into separate test file |
commit | commitdiff | tree |
| 2022-10-13 |
Etsuro Fujita | Allow batch insertion during COPY into a foreign table. |
commit | commitdiff | tree |
| 2022-10-13 |
Michael Paquier | Add missing isolation test for test_decoding in meson... |
commit | commitdiff | tree |
| next |