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
2017-02-24
Make tablesample work with partitioned tables.
Robert Haas
2017-02-24
Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2017-02-23
Fix logical replication with different encodings
Peter Eisentraut
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
Shut down Gather's children before shutting down Gather itself.
Robert Haas
2017-02-21
Suppress unused-variable warning.
Tom Lane
2017-02-21
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-02-21
Add tests for two-phase commit
Alvaro Herrera
2017-02-21
Fix whitespace
Peter Eisentraut
2017-02-21
Fix typo in comment.
Fujii Masao
2017-02-21
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-21
Make walsender always initialize the buffers.
Fujii Masao
2017-02-21
Remove confusing comment about unsupported feature.
Fujii Masao
2017-02-21
Use less-generic table name in new regression test case.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2017-02-20
Improve error message for misuse of TZ, tz, OF formatting patterns.
Tom Lane
2017-02-19
Make src/interfaces/libpq/test clean up after itself.
Tom Lane
2017-02-19
Dept of second thoughts: rename new perl script.
Tom Lane
2017-02-19
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
Tom Lane
2017-02-19
Suppress "unused variable" warnings with older versions of flex.
Tom Lane
2017-02-19
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-19
Make dsa_allocate interface more like MemoryContextAlloc.
Robert Haas
2017-02-18
Fix help message for pg_basebackup -R
Magnus Hagander
2017-02-18
Optimize query for information_schema.constraint_column_usage
Peter Eisentraut
2017-02-17
pg_dump: Message style improvements
Peter Eisentraut
2017-02-17
Document usage of COPT environment variable for adjusting configure flags.
Tom Lane
2017-02-17
pg_dump: Fix typo in query
Peter Eisentraut
2017-02-17
Remove redundant coverage target
Peter Eisentraut
2017-02-17
Fix typo on comment
Peter Eisentraut
2017-02-16
Add new function dsa_allocate0.
Robert Haas
2017-02-16
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
Robert Haas
2017-02-15
Formatting and docs corrections for logical decoding output plugins.
Tom Lane
2017-02-15
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-15
Fix tab completion for "ALTER SYSTEM SET variable ...".
Tom Lane
2017-02-15
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
Fix wrong articles in pg_proc descriptions.
Robert Haas
2017-02-15
libpq: Make target_session_attrs=read-write consume empty result.
Robert Haas
2017-02-15
pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
btree: Support parallel index scans.
Robert Haas
[next]