| 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 |
| 2022-10-13 |
Amit Kapila | Improve the WARNING message for CREATE SUBSCRIPTION. |
commit | commitdiff | tree |
| 2022-10-13 |
Michael Paquier | Fix ordering issue with WAL operations in GIN fast... |
commit | commitdiff | tree |
| 2022-10-12 |
Michael Paquier | doc: Fix description of replication command CREATE_REPL... |
commit | commitdiff | tree |
| 2022-10-12 |
Tom Lane | Doc: improve recommended systemd unit file. |
commit | commitdiff | tree |
| 2022-10-12 |
Alvaro Herrera | Fix outdated code reference |
commit | commitdiff | tree |
| 2022-10-12 |
Alvaro Herrera | Reduce xlog.h inclusion footprint |
commit | commitdiff | tree |
| 2022-10-12 |
Alvaro Herrera | Reduce basebackup_sink.h inclusion footprint |
commit | commitdiff | tree |
| 2022-10-12 |
Peter Eisentraut | Add meson.build to version_stamp.pl |
commit | commitdiff | tree |
| 2022-10-12 |
Peter Eisentraut | Remove Abs() |
commit | commitdiff | tree |
| 2022-10-12 |
Michael Paquier | Fix shadow variable in postgres.c |
commit | commitdiff | tree |
| 2022-10-12 |
Michael Paquier | Simplify some maths in xlogreader.c |
commit | commitdiff | tree |
| 2022-10-11 |
Michael Paquier | Fix compilation warning in test_copy_callbacks |
commit | commitdiff | tree |
| 2022-10-11 |
Tom Lane | Harden pmsignal.c against clobbered shared memory. |
commit | commitdiff | tree |
| 2022-10-11 |
Tom Lane | Yet further fixes for multi-row VALUES lists for updata... |
commit | commitdiff | tree |
| 2022-10-11 |
Tom Lane | Doc: add entry for pg_get_partkeydef(). |
commit | commitdiff | tree |
| 2022-10-11 |
Bruce Momjian | C comment: explain procArray->pgprocnos[] |
commit | commitdiff | tree |
| 2022-10-11 |
Amit Kapila | Add a common function to generate the origin name. |
commit | commitdiff | tree |
| 2022-10-11 |
Michael Paquier | Add TAP tests for role membership in pg_hba.conf |
commit | commitdiff | tree |
| 2022-10-11 |
Michael Paquier | Add support for COPY TO callback functions |
commit | commitdiff | tree |
| 2022-10-10 |
Tom Lane | Harden memory context allocators against bogus chunk... |
commit | commitdiff | tree |
| 2022-10-10 |
Tom Lane | Simplify our Assert infrastructure a little. |
commit | commitdiff | tree |
| 2022-10-10 |
John Naylor | Remove unnecessary semicolons after goto labels |
commit | commitdiff | tree |
| 2022-10-10 |
Peter Eisentraut | Use C library functions instead of Abs() for int64 |
commit | commitdiff | tree |
| 2022-10-08 |
Andres Freund | pgstat: Prevent stats reset from corrupting slotname... |
commit | commitdiff | tree |
| 2022-10-08 |
Peter Eisentraut | Use fabsf() instead of Abs() or fabs() where appropriate |
commit | commitdiff | tree |
| 2022-10-07 |
Andres Freund | autoconf: Rely on ar supporting index creation |
commit | commitdiff | tree |
| 2022-10-07 |
Alvaro Herrera | Fix self-referencing foreign keys with partitioned... |
commit | commitdiff | tree |
| 2022-10-07 |
Peter Eisentraut | Convert macros to static inline functions (rel.h) |
commit | commitdiff | tree |
| 2022-10-07 |
Peter Eisentraut | Remove unnecessary uses of Abs() |
commit | commitdiff | tree |
| 2022-10-07 |
David Rowley | Add -Wshadow=compatible-local to the standard compilati... |
commit | commitdiff | tree |
| 2022-10-07 |
Tom Lane | Improve our ability to detect bogus pointers passed... |
commit | commitdiff | tree |
| 2022-10-07 |
Andres Freund | meson: Add support for building with precompiled headers |
commit | commitdiff | tree |
| 2022-10-07 |
Andres Freund | Create subscription stats entry at CREATE SUBSCRIPTION... |
commit | commitdiff | tree |
| 2022-10-07 |
David Rowley | Fix final warnings produced by -Wshadow=compatible... |
commit | commitdiff | tree |
| 2022-10-06 |
Andres Freund | windows: Adjust FD_SETSIZE via commandline define |
commit | commitdiff | tree |
| 2022-10-06 |
Andres Freund | meson: Fix two comments |
commit | commitdiff | tree |
| 2022-10-06 |
Tom Lane | Remove MemoryContextContains(). |
commit | commitdiff | tree |
| 2022-10-06 |
Tom Lane | Remove uses of MemoryContextContains in nodeAgg.c and... |
commit | commitdiff | tree |
| 2022-10-06 |
Tom Lane | Take care to de-duplicate entries in standby.c's table... |
commit | commitdiff | tree |
| 2022-10-06 |
Tom Lane | Remove useless character-length checks in contrib/ltree. |
commit | commitdiff | tree |
| 2022-10-06 |
Tom Lane | Introduce t_isalnum() to replace t_isalpha() || t_isdig... |
commit | commitdiff | tree |
| 2022-10-06 |
Michael Paquier | Fix comment in xlogprefetcher.c |
commit | commitdiff | tree |
| 2022-10-06 |
Michael Paquier | Refactor TAP test authentication/001_password.pl |
commit | commitdiff | tree |
| 2022-10-05 |
David Rowley | Fix final compiler warning produced by -Wshadow=compati... |
commit | commitdiff | tree |
| 2022-10-05 |
David Rowley | Add optional parameter to PG_TRY() macros |
commit | commitdiff | tree |
| next |