| 2023-01-27 |
David Rowley | Teach planner about more monotonic window functions |
commit | commitdiff | tree |
| 2023-01-27 |
Michael Paquier | Fix behavior with pg_restore -l and compressed dumps |
commit | commitdiff | tree |
| 2023-01-26 |
Tom Lane | Improve TimestampDifferenceMilliseconds to cope with... |
commit | commitdiff | tree |
| 2023-01-26 |
Tom Lane | Code review for commit 05a7be935. |
commit | commitdiff | tree |
| 2023-01-26 |
Tom Lane | Doc: use less-awkward phrasing. |
commit | commitdiff | tree |
| 2023-01-26 |
Robert Haas | DROP ROLE regress_role_limited_admin at end of test |
commit | commitdiff | tree |
| 2023-01-26 |
Peter Eisentraut | Don't install postmaster symlink anymore |
commit | commitdiff | tree |
| 2023-01-26 |
Peter Eisentraut | Remove gratuitous references to postmaster program |
commit | commitdiff | tree |
| 2023-01-26 |
Peter Geoghegan | Revert "Add eager and lazy freezing strategies to VACUUM." |
commit | commitdiff | tree |
| 2023-01-26 |
Jeff Davis | Clarify documentation for CLUSTER on partitioned tables. |
commit | commitdiff | tree |
| 2023-01-26 |
Michael Paquier | Make auto_explain print the query identifier in verbose... |
commit | commitdiff | tree |
| 2023-01-26 |
Thomas Munro | Fix rare sharedtuplestore.c corruption. |
commit | commitdiff | tree |
| 2023-01-26 |
Michael Paquier | Revert "Rename contrib module basic_archive to basic_wa... |
commit | commitdiff | tree |
| 2023-01-25 |
Peter Geoghegan | Doc: update VACUUM VERBOSE freezing tip. |
commit | commitdiff | tree |
| 2023-01-25 |
Peter Geoghegan | Add eager and lazy freezing strategies to VACUUM. |
commit | commitdiff | tree |
| 2023-01-25 |
Andres Freund | plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE |
commit | commitdiff | tree |
| 2023-01-25 |
Andres Freund | plpython: Avoid the need to redefine *printf macros |
commit | commitdiff | tree |
| 2023-01-25 |
Tom Lane | Avoid type cheats for invalid dsa_handles and dshash_ta... |
commit | commitdiff | tree |
| 2023-01-25 |
Michael Paquier | doc: Fix network_ops -> inet_ops in SpGiST operator... |
commit | commitdiff | tree |
| 2023-01-25 |
Michael Paquier | Rename contrib module basic_archive to basic_wal_module |
commit | commitdiff | tree |
| 2023-01-25 |
Thomas Munro | Process pending postmaster work before connections. |
commit | commitdiff | tree |
| 2023-01-24 |
Peter Geoghegan | Update more obsolete multixact.c comments. |
commit | commitdiff | tree |
| 2023-01-24 |
Andrew Dunstan | Improve exclude pattern file processing in pgindent |
commit | commitdiff | tree |
| 2023-01-24 |
Robert Haas | Adjust interaction of CREATEROLE with role properties. |
commit | commitdiff | tree |
| 2023-01-24 |
Amit Kapila | Fix the Drop Database hang. |
commit | commitdiff | tree |
| 2023-01-24 |
Andres Freund | libpqwalreceiver: Convert to libpq-be-fe-helpers.h |
commit | commitdiff | tree |
| 2023-01-24 |
Andres Freund | dblink, postgres_fdw: Handle interrupts during connecti... |
commit | commitdiff | tree |
| 2023-01-24 |
Andres Freund | Add helper library for use of libpq inside the server... |
commit | commitdiff | tree |
| 2023-01-24 |
Andres Freund | Fix error handling in libpqrcv_connect() |
commit | commitdiff | tree |
| 2023-01-24 |
David Rowley | Use OFFSET 0 instead of ORDER BY to stop subquery pullup |
commit | commitdiff | tree |
| 2023-01-23 |
David Rowley | Fix LATERAL join test in test memoize.sql |
commit | commitdiff | tree |
| 2023-01-23 |
Peter Eisentraut | Fix XLogPageRead() comment |
commit | commitdiff | tree |
| 2023-01-23 |
Dean Rasheed | Add non-decimal integer support to type numeric. |
commit | commitdiff | tree |
| 2023-01-23 |
Tom Lane | Fix pgindent --show-diff option. |
commit | commitdiff | tree |
| 2023-01-23 |
Tom Lane | Remove special outfuncs/readfuncs handling of RangeVar... |
commit | commitdiff | tree |
| 2023-01-23 |
Andrew Dunstan | Add a test using ldapbindpasswd in pg_hba.conf |
commit | commitdiff | tree |
| 2023-01-23 |
Andrew Dunstan | Restructure Ldap TAP test |
commit | commitdiff | tree |
| 2023-01-23 |
Andrew Dunstan | Add non-destructive modes to pgindent |
commit | commitdiff | tree |
| 2023-01-23 |
Dean Rasheed | Optimise numeric division for 3 and 4 base-NBASE digit... |
commit | commitdiff | tree |
| 2023-01-23 |
David Rowley | Run pgindent on heapam.c |
commit | commitdiff | tree |
| 2023-01-23 |
Heikki Linnakangas | Fix and clarify function comment on LogicalTapeSetCreate. |
commit | commitdiff | tree |
| 2023-01-23 |
David Rowley | Harden new parallel string_agg/array_agg regression... |
commit | commitdiff | tree |
| 2023-01-23 |
Michael Paquier | pg_walinspect: Add pg_get_wal_fpi_info() |
commit | commitdiff | tree |
| 2023-01-23 |
David Rowley | Allow parallel aggregate on string_agg and array_agg |
commit | commitdiff | tree |
| 2023-01-22 |
Tom Lane | Track logrep apply workers' last start times to avoid... |
commit | commitdiff | tree |
| 2023-01-21 |
Tom Lane | Allow REPLICA IDENTITY to be set on an index that's... |
commit | commitdiff | tree |
| 2023-01-21 |
Noah Misch | Reject CancelRequestPacket having unexpected length. |
commit | commitdiff | tree |
| 2023-01-21 |
Andres Freund | instr_time: Represent time as an int64 on all platforms |
commit | commitdiff | tree |
| 2023-01-21 |
Andres Freund | Zero initialize uses of instr_time about to trigger... |
commit | commitdiff | tree |
| 2023-01-21 |
Michael Paquier | Rework format of comments in headers for nodes |
commit | commitdiff | tree |
| 2023-01-21 |
Michael Paquier | Move queryjumble.c code to src/backend/nodes/ |
commit | commitdiff | tree |
| 2023-01-20 |
Robert Haas | Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a... |
commit | commitdiff | tree |
| 2023-01-20 |
Robert Haas | Add new GUC reserved_connections. |
commit | commitdiff | tree |
| 2023-01-20 |
Robert Haas | Rename ReservedBackends variable to SuperuserReservedCo... |
commit | commitdiff | tree |
| 2023-01-20 |
Robert Haas | Update docs and error message for superuser_reserved_co... |
commit | commitdiff | tree |
| 2023-01-20 |
Alvaro Herrera | Describe each contrib module in its SGML section title |
commit | commitdiff | tree |
| 2023-01-20 |
Andres Freund | Remove SHM_QUEUE |
commit | commitdiff | tree |
| 2023-01-20 |
Andres Freund | Use dlists instead of SHM_QUEUE for predicate locking |
commit | commitdiff | tree |
| 2023-01-20 |
Amit Kapila | Improve the description of Output Plugin Callbacks. |
commit | commitdiff | tree |
| 2023-01-20 |
Michael Paquier | Support the same patterns for pg-user in pg_ident.conf... |
commit | commitdiff | tree |
| 2023-01-20 |
Tom Lane | Avoid harmless warning from pg_dump --if-exists mode. |
commit | commitdiff | tree |
| 2023-01-20 |
David Rowley | Use appendStringInfoSpaces in more places |
commit | commitdiff | tree |
| 2023-01-19 |
Tom Lane | Improve comment about GetWALAvailability's WALAVAIL_REM... |
commit | commitdiff | tree |
| 2023-01-19 |
Tom Lane | Fix ts_headline() to handle ORs and phrase queries... |
commit | commitdiff | tree |
| 2023-01-19 |
Tom Lane | Log the correct ending timestamp in recovery_target_xid... |
commit | commitdiff | tree |
| 2023-01-19 |
Alvaro Herrera | Remove some dead code in selfuncs.c |
commit | commitdiff | tree |
| 2023-01-19 |
Peter Eisentraut | Constify proclist.h |
commit | commitdiff | tree |
| 2023-01-19 |
Michael Paquier | doc: Fix some issues in logical replication section |
commit | commitdiff | tree |
| 2023-01-19 |
Michael Paquier | Add missing assign hook for GUC checkpoint_completion_t... |
commit | commitdiff | tree |
| 2023-01-19 |
Michael Paquier | Fix failure with perlcritic in psql's create_help.pl |
commit | commitdiff | tree |
| 2023-01-18 |
Tom Lane | Fix AdjustUpgrade.pm's view conversion list for --with... |
commit | commitdiff | tree |
| 2023-01-18 |
Tom Lane | Update expected/collate.windows.win1252.out for 47bb9db75. |
commit | commitdiff | tree |
| 2023-01-18 |
Andres Freund | Use dlists instead of SHM_QUEUE for syncrep queue |
commit | commitdiff | tree |
| 2023-01-18 |
Andres Freund | Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE... |
commit | commitdiff | tree |
| 2023-01-18 |
Andres Freund | Add detached node functions to ilist |
commit | commitdiff | tree |
| 2023-01-18 |
Andres Freund | Fix ILIST_DEBUG build |
commit | commitdiff | tree |
| 2023-01-18 |
Tom Lane | Get rid of the "new" and "old" entries in a view's... |
commit | commitdiff | tree |
| 2023-01-18 |
Tom Lane | Remove redundant grouping and DISTINCT columns. |
commit | commitdiff | tree |
| 2023-01-18 |
Amit Kapila | Display the leader apply worker's PID for parallel... |
commit | commitdiff | tree |
| 2023-01-18 |
Michael Paquier | Refactor code for restoring files via shell commands |
commit | commitdiff | tree |
| 2023-01-17 |
Michael Paquier | Constify the arguments of copydir.h functions |
commit | commitdiff | tree |
| 2023-01-17 |
Tom Lane | Doc: fix a few oddly-spelled SGML ID attributes. |
commit | commitdiff | tree |
| 2023-01-17 |
Andres Freund | meson: Add two missing regress tests |
commit | commitdiff | tree |
| 2023-01-17 |
Tom Lane | AdjustUpgrade.pm should zap test_ext_cine, too. |
commit | commitdiff | tree |
| 2023-01-17 |
Peter Eisentraut | Refactor recordExtObjInitPriv() |
commit | commitdiff | tree |
| 2023-01-17 |
Peter Eisentraut | Remove AggregateRelationId from recordExtObjInitPriv() |
commit | commitdiff | tree |
| 2023-01-17 |
John Naylor | Remove redundant relkind check |
commit | commitdiff | tree |
| 2023-01-17 |
John Naylor | Remove dead code in formatting.c |
commit | commitdiff | tree |
| 2023-01-17 |
Amit Kapila | Improve the code to decide and process the apply action. |
commit | commitdiff | tree |
| 2023-01-17 |
Amit Kapila | Fix typo in comment. |
commit | commitdiff | tree |
| 2023-01-17 |
Michael Paquier | Track behavior of \1 in pg_ident.conf when quoted |
commit | commitdiff | tree |
| 2023-01-17 |
David Rowley | Don't presort ORDER BY/DISTINCT Aggrefs with volatile... |
commit | commitdiff | tree |
| 2023-01-17 |
Tom Lane | Create common infrastructure for cross-version upgrade... |
commit | commitdiff | tree |
| 2023-01-16 |
Peter Geoghegan | Tighten up VACUUM's approach to setting VM bits. |
commit | commitdiff | tree |
| 2023-01-16 |
Robert Haas | Assorted improvements to SECURITY DEFINER functions... |
commit | commitdiff | tree |
| 2023-01-16 |
Robert Haas | More documentation update for GRANT ... WITH SET OPTION. |
commit | commitdiff | tree |
| 2023-01-16 |
Peter Eisentraut | Add BufFileRead variants with short read and EOF detection |
commit | commitdiff | tree |
| 2023-01-16 |
Peter Eisentraut | Fix some BufFileRead() error reporting |
commit | commitdiff | tree |
| 2023-01-16 |
Michael Paquier | Refactor code in charge of running shell-based recovery... |
commit | commitdiff | tree |
| 2023-01-16 |
Michael Paquier | Store IdentLine->pg_user as an AuthToken |
commit | commitdiff | tree |
| next |