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
Age
Commit message (
Expand
)
Author
2017-10-08
Increase distance between flush requests during bulk file copies.
Tom Lane
2017-10-08
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-07
Improve pg_regress's error reporting for schedule-file problems.
Tom Lane
2017-10-07
Enforce our convention about max number of parallel regression tests.
Tom Lane
2017-10-07
Clean up sloppy maintenance of regression test schedule files.
Tom Lane
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
Fix intra-query memory leakage in nodeProjectSet.c.
Tom Lane
2017-10-06
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
Support coverage on vpath builds
Peter Eisentraut
2017-10-06
Run coverage commands quietly
Peter Eisentraut
2017-10-06
Remove coverage details view
Peter Eisentraut
2017-10-06
#ifdef out some dead code in psql/mainloop.c.
Tom Lane
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-05
Fix typo in README.
Tom Lane
2017-10-05
On CREATE TABLE, consider skipping validation of subpartitions.
Robert Haas
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
Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
Andres Freund
2017-10-04
Attempt to adapt windows build for 212e6f34d55c.
Andres Freund
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-04
Adjust git_changelog for new-style release tags.
Tom Lane
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-02
Yet another pg_bswap typo in a windows only file.
Andres Freund
2017-10-02
Correct include file name in inet_aton fallback.
Andres Freund
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
Remove redundant stdint.h include.
Andres Freund
2017-10-01
Try to make crash restart test work on windows.
Andres Freund
2017-10-01
Allow pg_ctl kill to send SIGKILL.
Andres Freund
2017-10-01
Use a longer connection timeout in pg_isready test.
Tom Lane
2017-10-01
Fix busy-wait in pgbench, with --rate.
Heikki Linnakangas
2017-09-30
Fix pg_dump to assign domain array type OIDs during pg_upgrade.
Tom Lane
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-30
Fix copy & pasto in 510b8cbff15f.
Andres Freund
2017-09-30
Fix typo.
Andres Freund
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
Use Py_RETURN_NONE where suitable
Peter Eisentraut
2017-09-29
Fix inadequate locking during get_rel_oids().
Tom Lane
2017-09-29
psql: Don't try to print a partition constraint we didn't fetch.
Robert Haas
2017-09-29
pgbench: If we fail to send a command to the server, fail.
Robert Haas
[next]