index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2018-12-20
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-19
Remove function names from error messages
Alvaro Herrera
2018-12-19
Small improvements for allocation logic in ginHeapTupleFastCollect().
Tom Lane
2018-12-19
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
2018-12-19
Correct obsolete nbtree recovery comments.
Peter Geoghegan
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-18
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-12-17
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
Remove extra semicolons.
Amit Kapila
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
Fix bogus logic for skipping unnecessary partcollation dependencies.
Tom Lane
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
Tweak pg_partition_tree for undefined relations and unsupported relkinds
Michael Paquier
2018-12-10
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-10
Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane
2018-12-10
Remove dead code in toast_fetch_datum_slice
Stephen Frost
2018-12-10
Ensure cleanup of orphan archive status files
Michael Paquier
2018-12-09
Add timestamp of last received message from standby to pg_stat_replication
Michael Paquier
2018-12-07
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Tom Lane
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-06
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-12-06
Cleanup comments in xlog compression
Stephen Frost
2018-12-05
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-12-04
Fix typo
Stephen Frost
2018-12-03
Add some missing schema qualifications
Michael Paquier
2018-11-30
Silence compiler warning
Alvaro Herrera
2018-11-30
Fix typo.
Amit Kapila
2018-11-30
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-29
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
Fix minor typo in dsa.c.
Thomas Munro
2018-11-29
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-28
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
[next]