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
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2021-06-27
Error message refactoring
Peter Eisentraut
2021-06-25
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
Tom Lane
2021-06-25
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-25
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-24
doc: Move remove_temp_files_after_crash to section for developer options
Michael Paquier
2021-06-24
Prepare for forthcoming LLVM 13 API change.
Thomas Munro
2021-06-24
Another fix to relmapper race condition.
Heikki Linnakangas
2021-06-24
Prevent race condition while reading relmapper file.
Heikki Linnakangas
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-06-21
Use correct horizon when vacuuming catalog relations.
Andres Freund
2021-06-21
Fix assert failure in expand_grouping_sets
David Rowley
2021-06-21
Translation updates
Peter Eisentraut
2021-06-21
Remove overzealous VACUUM failsafe assertions.
Peter Geoghegan
2021-06-19
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
Amit Kapila
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
Make archiver process handle barrier events.
Fujii Masao
2021-06-17
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-16
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-06-16
Fix copying data into slots with FDW batching
Tomas Vondra
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-15
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
Remove unneeded field from VACUUM state.
Peter Geoghegan
2021-06-15
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-15
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
Fix logic bug in 1632ea43682f
Alvaro Herrera
2021-06-14
Improve handling of dropped objects in pg_event_trigger_ddl_commands()
Michael Paquier
2021-06-14
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-12
Ensure pg_filenode_relation(0, 0) returns NULL.
Tom Lane
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
Simplify some code in getObjectTypeDescription()
Michael Paquier
2021-06-12
Improve and cleanup ProcArrayAdd(), ProcArrayRemove().
Andres Freund
2021-06-11
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-11
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-11
Use the correct article for abbreviations
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
Shut down EvalPlanQual machinery when LockRows node reaches the end.
Tom Lane
2021-06-10
Add some const decorations
Peter Eisentraut
2021-06-10
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
[next]