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
2022-07-01
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
Harden dsm_impl.c against unexpected EEXIST.
Thomas Munro
2022-07-01
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-06-30
Change some unnecessary MemSet calls
Peter Eisentraut
2022-06-30
Avoid unnecessary MemSet call
Peter Eisentraut
2022-06-30
pgindent run prior to branching v15.
Tom Lane
2022-06-27
Translation updates
Peter Eisentraut
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-26
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-26
Harden range_table_mutator() against null RangeTblEntry.subquery.
Tom Lane
2022-06-25
Don't trust signalfd() on illumos.
Thomas Munro
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-23
Fix typo in pg_publication.c
Michael Paquier
2022-06-23
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-23
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-22
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-21
Fix stale values in partition map entries on subscribers.
Amit Kapila
2022-06-21
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-15
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-10
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-06-10
Fix collation of JSON_TABLE output columns
Peter Eisentraut
2022-06-09
Improve comments for trivial_subqueryscan().
Etsuro Fujita
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
Harden Memoization code against broken data types
David Rowley
2022-06-07
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-31
Revert changes to CONCURRENTLY that "sped up" Xmin advance
Alvaro Herrera
2022-05-31
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
Fix typo in hash README.
Amit Kapila
2022-05-31
Add debugging help in OwnLatch().
Thomas Munro
2022-05-30
Make STRING an unreserved_keyword.
Tom Lane
2022-05-29
Fix COPY FROM when database encoding is SQL_ASCII.
Heikki Linnakangas
2022-05-28
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
Revert "Add single-item cache when looking at topmost XID of a subtrans XID"
Michael Paquier
2022-05-28
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-26
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.
Tom Lane
2022-05-25
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Andres Freund
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-23
Remove debug messages from tuplesort_sort_memtuples()
John Naylor
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
[next]