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
2017-10-05
On attach, consider skipping validation of subpartitions individually.
Robert Haas
2017-10-05
Improve error message when skipping scan of default partition.
Robert Haas
2017-10-05
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
Improve comments in vacuum_rel() and analyze_rel().
Tom Lane
2017-10-05
Fix typo.
Robert Haas
2017-10-05
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-05
Move SPI error reporting out of ri_ReportViolation()
Peter Eisentraut
2017-10-04
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-10-04
Move genbki.pl's find_defined_symbol to Catalog.pm.
Andres Freund
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-29
Fix inadequate locking during get_rel_oids().
Tom Lane
2017-09-29
Marginal improvement for generated code in execExprInterp.c.
Tom Lane
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-29
Remove replacement selection sort.
Robert Haas
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-26
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
Fix failure-to-read-man-page in commit 899bd785c.
Tom Lane
2017-09-26
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
Fix trivial mistake in README.
Robert Haas
2017-09-25
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-24
Allow ICU to use SortSupport on Windows with UTF-8
Peter Eisentraut
2017-09-23
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-23
Fix bogus size calculation in strlist_to_textarray().
Tom Lane
2017-09-23
Improve memory management in autovacuum.c.
Tom Lane
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-22
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-22
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
Tom Lane
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
Fix build with !USE_WIDE_UPPER_LOWER
Peter Eisentraut
2017-09-21
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
Quieten warnings about unused variables
Andrew Dunstan
2017-09-21
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
Improve dubious memory management in pg_newlocale_from_collation().
Tom Lane
2017-09-20
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
Fix typo.
Robert Haas
2017-09-20
Sync process names between ps and pg_stat_activity
Peter Eisentraut
[next]