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
Age
Commit message (
Expand
)
Author
2022-08-22
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
Use logical operator && instead of & in vacuumparallel.c.
Amit Kapila
2022-08-22
Fix comment in walsender_private.h
Michael Paquier
2022-08-20
Remove dummyret definition
Peter Eisentraut
2022-08-20
regress: allow to specify directory containing expected files, for ecpg
Andres Freund
2022-08-20
Remove remaining mentions of UNSAFE_STAT_OK
Peter Eisentraut
2022-08-20
Reduce warnings with -Wshadow=compatible-local builds
David Rowley
2022-08-19
Remove shadowed local variables that are new in v15
David Rowley
2022-08-19
Avoid reltuples distortion in very small tables.
Peter Geoghegan
2022-08-19
Move a definition inside a header file
Peter Eisentraut
2022-08-19
Initialize index stats during parallel VACUUM.
Peter Geoghegan
2022-08-18
Bump catversion for 6566133c5f52771198aca07ed18f84519fac1be7
Robert Haas
2022-08-18
Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
Andres Freund
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
Adjust assertion in XLogDecodeNextRecord.
Robert Haas
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
When using the WAL-logged CREATE DATABASE strategy, bulk extend.
Robert Haas
2022-08-18
Remove unused configure variable.
Tom Lane
2022-08-18
Simplify and clarify an error message
Peter Eisentraut
2022-08-18
mstcpip.h is not missing on MinGW.
Thomas Munro
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
Fix macro problem with gai_strerror on Windows.
Thomas Munro
2022-08-18
Remove configure probe for sys/sockio.h.
Thomas Munro
2022-08-18
Remove configure probe for net/if.h.
Thomas Munro
2022-08-18
Remove dead ifaddr.c fallback code.
Thomas Munro
2022-08-18
Update comment in gramparse.h
John Naylor
2022-08-18
Refer to replication origin roident as "ID" in user facing messages and docs
John Naylor
2022-08-17
Fix hypothetical problem passing the wrong GROUP BY pathkeys
David Rowley
2022-08-17
Refactor addition of PlaceHolderVars to joinrel targetlists.
Tom Lane
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
Use SetInstallXLogFileSegmentActive() in more places in xlog.c
Michael Paquier
2022-08-17
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
2022-08-16
Fix assert in logicalmsg_desc
Tomas Vondra
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-15
Fix headerscheck and cpluspluscheck's exit codes.
Thomas Munro
2022-08-15
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
Remove redundant spaces in _outA_Expr() output
Peter Eisentraut
2022-08-15
Improve tab completion of ALTER TYPE in psql
Michael Paquier
2022-08-15
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-14
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-13
Add new win32 header to headerscheck and cpluspluscheck
Thomas Munro
2022-08-13
Remove configure probe for gethostbyname_r.
Thomas Munro
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-13
Remove configure probe for struct sockaddr_storage.
Thomas Munro
2022-08-13
Avoid misbehavior when hash_table_bytes < bucket_size.
Tom Lane
2022-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-13
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
[next]