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
2020-01-16
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
Minor code beautification in regexp.c.
Tom Lane
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-15
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-14
Fix compiler warning about format on Windows
Peter Eisentraut
2020-01-14
docs: change "default role" wording to "predefined role"
Bruce Momjian
2020-01-14
Revert copyright script changes to binary *.key files
Bruce Momjian
2020-01-14
tools/copyright.pl: skip copyright changes for *.key files
Bruce Momjian
2020-01-14
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
Expose PQbackendPID() through walreceiver API
Peter Eisentraut
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
Revert test added by commit d207038053.
Amit Kapila
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
Fix base backup with database OIDs larger than INT32_MAX
Peter Eisentraut
2020-01-13
Fix typo.
Amit Kapila
2020-01-13
Fix comment in heapam.c
Michael Paquier
2020-01-13
Only superuser can set sslcert/sslkey in postgres_fdw user mappings
Andrew Dunstan
2020-01-13
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-13
Apply multiple multivariate MCV lists when possible
Tomas Vondra
2020-01-13
Apply all available functional dependencies
Tomas Vondra
2020-01-12
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-11
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-11
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
nbtree: Rename BT_HEAP_TID_ATTR.
Peter Geoghegan
2020-01-10
nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Peter Geoghegan
2020-01-10
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-10
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
pgbench: Make more debug messages use common logging API
Michael Paquier
2020-01-09
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Tom Lane
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
Remove bogus 'return'.
Robert Haas
2020-01-09
Clarify that pg_trgm is used in example
Magnus Hagander
2020-01-09
Add support for automatically updating Unicode derived files
Peter Eisentraut
2020-01-09
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan
2020-01-08
Modernize Python exception syntax in tests
Peter Eisentraut
2020-01-08
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-08
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
Improve GSSAPI Encryption startup comment in libpq
Stephen Frost
2020-01-08
Fix handling of generated columns in ALTER TABLE.
Tom Lane
2020-01-08
pgbench: Use common logging API
Peter Eisentraut
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
[next]