index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-21
instr_time: Represent time as an int64 on all platforms
Andres Freund
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-21
Rework format of comments in headers for nodes
Michael Paquier
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-20
Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.
Robert Haas
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
Update docs and error message for superuser_reserved_connections.
Robert Haas
2023-01-20
Describe each contrib module in its SGML section title
Alvaro Herrera
2023-01-20
Remove SHM_QUEUE
Andres Freund
2023-01-20
Use dlists instead of SHM_QUEUE for predicate locking
Andres Freund
2023-01-20
Improve the description of Output Plugin Callbacks.
Amit Kapila
2023-01-20
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
Michael Paquier
2023-01-20
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-20
Use appendStringInfoSpaces in more places
David Rowley
2023-01-19
Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.
Tom Lane
2023-01-19
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
2023-01-19
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-19
Constify proclist.h
Peter Eisentraut
2023-01-19
doc: Fix some issues in logical replication section
Michael Paquier
2023-01-19
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-18
Fix AdjustUpgrade.pm's view conversion list for --with-lz4.
Tom Lane
2023-01-18
Update expected/collate.windows.win1252.out for 47bb9db75.
Tom Lane
2023-01-18
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
Add detached node functions to ilist
Andres Freund
2023-01-18
Fix ILIST_DEBUG build
Andres Freund
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-17
Constify the arguments of copydir.h functions
Michael Paquier
2023-01-17
Doc: fix a few oddly-spelled SGML ID attributes.
Tom Lane
2023-01-17
meson: Add two missing regress tests
Andres Freund
2023-01-17
AdjustUpgrade.pm should zap test_ext_cine, too.
Tom Lane
2023-01-17
Refactor recordExtObjInitPriv()
Peter Eisentraut
2023-01-17
Remove AggregateRelationId from recordExtObjInitPriv()
Peter Eisentraut
2023-01-17
Remove redundant relkind check
John Naylor
2023-01-17
Remove dead code in formatting.c
John Naylor
2023-01-17
Improve the code to decide and process the apply action.
Amit Kapila
2023-01-17
Fix typo in comment.
Amit Kapila
2023-01-17
Track behavior of \1 in pg_ident.conf when quoted
Michael Paquier
2023-01-17
Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions
David Rowley
2023-01-17
Create common infrastructure for cross-version upgrade testing.
Tom Lane
[next]