index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2019-06-03
Fix contrib/auto_explain to not cause problems in parallel workers.
Tom Lane
2019-06-03
Fix typos in various places
Michael Paquier
2019-06-02
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2019-05-28
Fix typos in SQL scripts of pgcrypto
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-05-26
Change Graphviz file extension
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-17
Fix regression test outputs
Michael Paquier
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
postgres_fdw: Fix typo in comment.
Etsuro Fujita
2019-05-09
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-09
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-04
Suppress compiler warning in non-SSL, non-assert builds.
Noah Misch
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-27
Avoid postgres_fdw crash for a targetlist entry that's just a Param.
Tom Lane
2019-04-25
Sanitize line pointers within contrib/amcheck.
Peter Geoghegan
2019-04-24
postgres_fdw: Fix incorrect handling of row movement for remote partitions.
Etsuro Fujita
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-12
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-06
Avoid Python memory leaks in hstore_plpython and jsonb_plpython.
Tom Lane
2019-04-06
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-05
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-04-04
file_fdw: Fix for generated columns
Peter Eisentraut
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
postgres_fdw: Modify regression tests for EPQ-related planning problems.
Etsuro Fujita
2019-04-02
postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-01
Only allow heap in a number of contrib modules.
Andres Freund
2019-04-01
tableam: sample scan.
Andres Freund
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-29
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-26
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
Initialize structure at declaration
Peter Eisentraut
2019-03-24
Avoid double-free in vacuumlo error path.
Tom Lane
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-20
Allow amcheck to re-find tuples using new search.
Peter Geoghegan
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-18
Remove leftover reference to oid column.
Andres Freund
2019-03-18
Don't auto-restart per-database autoprewarm workers.
Robert Haas
2019-03-14
Fix volatile vs. pointer confusion
Peter Eisentraut
[next]