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
/
contrib
Age
Commit message (
Expand
)
Author
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-16
Improve stability of recently-added regression test case.
Tom Lane
2018-10-12
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-11
Remove timetravel extension.
Andres Freund
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
Force synchronous commit to be enabled for all test_decoding tests.
Andres Freund
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
Remove redundant allocation
Peter Eisentraut
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-01
Fix tuple_data_split() to not open a relation without any lock.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
Revoke pg_stat_statements_reset() permissions
Michael Paquier
2018-09-24
auto_explain: Include JIT information if applicable.
Andres Freund
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-09-11
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-06
Make contrib/unaccent's unaccent() function work when not in search path.
Tom Lane
2018-09-04
Improve some error message strings and errcodes
Michael Paquier
2018-09-04
Clean up after TAP tests in oid2name and vacuumlo.
Tom Lane
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Add Greek characters to unaccent.rules.
Thomas Munro
2018-08-31
Enforce cube dimension limit in all cube construction functions
Alexander Korotkov
2018-08-31
Split contrib/cube platform-depended checks into separate test
Alexander Korotkov
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-28
postgres_fdw: don't push ORDER BY with no vars (bug #15352)
Andrew Gierth
2018-08-28
Rework option set of vacuumlo
Michael Paquier
2018-08-28
Rework option set of oid2name
Michael Paquier
2018-08-09
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-07-31
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-07-31
Provide a log_level setting for auto_explain
Andrew Dunstan
2018-07-29
Fix earthdistance test suite function name typo.
Noah Misch
2018-07-29
Make error message of pageinspect more consistent for raw page inputs
Michael Paquier
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-23
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-14
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-13
Fix crash in contrib/ltree's lca() function for empty input array.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-09
Fix yet more problems with incorrectly-constructed zero-length arrays.
Tom Lane
2018-07-08
Fix WITH CHECK OPTION on views referencing postgres_fdw tables.
Jeff Davis
2018-07-05
Reduce cost of test_decoding's new oldest_xmin test
Alvaro Herrera
2018-07-01
pg_standby: Remove code for .backup files
Peter Eisentraut
[next]