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
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
Refactor compile-time assertion checks in c.h
Michael Paquier
2020-03-11
Fix test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-03-11
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-11
Remove stray parenthesis in nbtree.h.
Peter Geoghegan
2020-03-11
nbtree: Move fastpath NULL descent stack assertion.
Peter Geoghegan
2020-03-10
Marginal comments and docs cleanup.
Tom Lane
2020-03-10
nbtree: Demote minus infinity "can't happen" error.
Peter Geoghegan
2020-03-10
Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.
Tom Lane
2020-03-10
Preserve integer and float values accurately in (de)serialize_deflist.
Tom Lane
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
Remove win32ver.rc from version_stamp.pl
Peter Eisentraut
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
Tidy up XLogSource code in xlog.c.
Fujii Masao
2020-03-09
Fix pg_dump/pg_restore to restore event triggers later.
Tom Lane
2020-03-09
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-09
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-09
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
Code simplification
Peter Eisentraut
2020-03-09
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
Fujii Masao
2020-03-08
Show opclass and opfamily related information in psql
Alexander Korotkov
2020-03-07
Tab completion: offer parens as appropriate in CREATE/ALTER TEXT SEARCH.
Tom Lane
2020-03-07
Simplify/speed up assertion cross-check in ginCompressPostingList().
Tom Lane
2020-03-07
Fix typo
Peter Eisentraut
2020-03-06
Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].
Tom Lane
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-05
Fix page-level checksum calculation in checksum_impl.h
Michael Paquier
2020-03-05
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
Remove ancient hacks to ignore certain opclass names in CREATE INDEX.
Tom Lane
2020-03-05
Remove ancient support for upgrading pre-7.3 foreign key constraints.
Tom Lane
2020-03-05
Remove RangeIOData->typiofunc
Alvaro Herrera
2020-03-05
Avoid -Wconversion warnings when using checksum_impl.h
Michael Paquier
2020-03-05
Fix issues around .pgpass file.
Fujii Masao
2020-03-05
Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2020-03-05
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-03
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
Remove overzealous _bt_split() assertions.
Peter Geoghegan
2020-03-03
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
[next]