| 2022-11-13 |
Peter Eisentraut | Refactor ownercheck functions |
commit | commitdiff | tree |
| 2022-11-12 |
Peter Eisentraut | Add repalloc0 and repalloc0_array |
commit | commitdiff | tree |
| 2022-11-12 |
Noah Misch | If wait_for_catchup fails under has_wal_read_bug, skip... |
commit | commitdiff | tree |
| 2022-11-12 |
Tom Lane | Fix volatility marking of timestamptz_trunc_zone. |
commit | commitdiff | tree |
| 2022-11-12 |
Jeff Davis | Document WAL rules related to PD_ALL_VISIBLE in README. |
commit | commitdiff | tree |
| 2022-11-11 |
Jeff Davis | Fix theoretical torn page hazard. |
commit | commitdiff | tree |
| 2022-11-11 |
Jeff Davis | Remove obsolete comments and code from prior to f8f4227976. |
commit | commitdiff | tree |
| 2022-11-11 |
Peter Eisentraut | meson: Define HAVE_LOCALE_T for msvc |
commit | commitdiff | tree |
| 2022-11-10 |
Tom Lane | Support writing "CREATE/ALTER TABLE ... SET STORAGE... |
commit | commitdiff | tree |
| 2022-11-10 |
Tom Lane | Fix alter_table.sql test case to test what it claims to. |
commit | commitdiff | tree |
| 2022-11-10 |
Amit Kapila | Fix comments atop ReorderBufferAddInvalidations. |
commit | commitdiff | tree |
| 2022-11-10 |
Michael Paquier | Fix comment of SimpleLruInit() in slru.c |
commit | commitdiff | tree |
| 2022-11-09 |
Tom Lane | Apply a better fix to mdunlinkfork(). |
commit | commitdiff | tree |
| 2022-11-09 |
Alvaro Herrera | Remove redundant declaration for XidInMVCCSnapshot |
commit | commitdiff | tree |
| 2022-11-09 |
Tom Lane | Report a more useful error for reloptions on a partitio... |
commit | commitdiff | tree |
| 2022-11-09 |
Tom Lane | Doc: add comments about PreventInTransactionBlock/IsInT... |
commit | commitdiff | tree |
| 2022-11-09 |
Thomas Munro | Provide sigaction() for Windows. |
commit | commitdiff | tree |
| 2022-11-08 |
Michael Paquier | Use AbsoluteConfigLocation() when building an included... |
commit | commitdiff | tree |
| 2022-11-08 |
Tom Lane | Doc: improve tutorial section about grouped aggregates. |
commit | commitdiff | tree |
| 2022-11-08 |
Peter Eisentraut | Unify some internal error message wordings |
commit | commitdiff | tree |
| 2022-11-08 |
Tom Lane | Produce more-optimal plans for bitmap scans on boolean... |
commit | commitdiff | tree |
| 2022-11-08 |
Thomas Munro | Suppress useless wakeups in walreceiver. |
commit | commitdiff | tree |
| 2022-11-08 |
Michael Paquier | psql: Add information in \d+ about foreign partitions... |
commit | commitdiff | tree |
| 2022-11-08 |
Michael Paquier | Use pg_pwrite_zeros() in walmethods.c |
commit | commitdiff | tree |
| 2022-11-08 |
Michael Paquier | Introduce pg_pwrite_zeros() in fileutils.c |
commit | commitdiff | tree |
| 2022-11-08 |
Michael Paquier | Fix initialization of pg_stat_get_lastscan() |
commit | commitdiff | tree |
| 2022-11-07 |
David Rowley | Fix compiler warning on MSVC |
commit | commitdiff | tree |
| 2022-11-07 |
Tom Lane | Fix failure to remove non-first segments of temporary... |
commit | commitdiff | tree |
| 2022-11-07 |
Michael Paquier | Move code related to configuration files in directories... |
commit | commitdiff | tree |
| 2022-11-05 |
Tom Lane | Don't pass down nonnullable_vars while reducing outer... |
commit | commitdiff | tree |
| 2022-11-05 |
Tom Lane | Handle SubPlan cases in find_nonnullable_rels/vars. |
commit | commitdiff | tree |
| 2022-11-05 |
Andres Freund | Remove redundant breaks in HeapTupleSatisfiesVisibility |
commit | commitdiff | tree |
| 2022-11-05 |
Michael Paquier | Remove unneeded includes of <sys/stat.h> |
commit | commitdiff | tree |
| 2022-11-05 |
Andres Freund | meson: Split 'main' suite into 'regress' and 'isolation' |
commit | commitdiff | tree |
| 2022-11-05 |
Andres Freund | meson: Mark PROVE as not required |
commit | commitdiff | tree |
| 2022-11-04 |
Tom Lane | Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs... |
commit | commitdiff | tree |
| 2022-11-04 |
Etsuro Fujita | Correct error message for row-level triggers with trans... |
commit | commitdiff | tree |
| 2022-11-04 |
Amit Kapila | Doc: Improve the description of confirmed_flush_lsn... |
commit | commitdiff | tree |
| 2022-11-04 |
John Naylor | Remove outdated include |
commit | commitdiff | tree |
| 2022-11-03 |
Alvaro Herrera | Create FKs properly when attaching table as partition |
commit | commitdiff | tree |
| 2022-11-03 |
Peter Eisentraut | Make AssertPointerAlignment available to frontend code |
commit | commitdiff | tree |
| 2022-11-03 |
Tom Lane | Avoid crash after function syntax error in a replicatio... |
commit | commitdiff | tree |
| 2022-11-03 |
Alvaro Herrera | Resolve partition strategy during early parsing |
commit | commitdiff | tree |
| 2022-11-03 |
Tom Lane | Add casts to simplehash.h to silence C++ warnings. |
commit | commitdiff | tree |
| 2022-11-03 |
John Naylor | Straighten include order in guc-file.l |
commit | commitdiff | tree |
| 2022-11-02 |
Tom Lane | Allow use of __sync_lock_test_and_set for spinlocks... |
commit | commitdiff | tree |
| 2022-11-02 |
Peter Eisentraut | pg_dump: Refactor code that constructs ALTER ... OWNER... |
commit | commitdiff | tree |
| 2022-11-02 |
Tom Lane | Defend against unsupported partition relkind in logical... |
commit | commitdiff | tree |
| 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 |
| next |