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
2014-08-12
pg_recvlogical message and code improvements.
Andres Freund
2014-08-12
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-08-12
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-12
Add tab-completion for \unset and valid setting values of psql variables.
Fujii Masao
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-09
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-09
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
Small message fixes
Peter Eisentraut
2014-08-08
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-07
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
Improve comment.
Heikki Linnakangas
2014-08-06
Add PG_RETURN_UINT16 macro.
Robert Haas
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
Fix alternate regression test output file.
Robert Haas
2014-08-06
Refactor pg_receivexlog main loop code, for readability, take 2.
Fujii Masao
2014-08-06
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-05
Fix typo in C comment.
Kevin Grittner
2014-08-05
Improve some JSON error messages.
Robert Haas
2014-08-02
Add missing PQclear() calls into pg_receivexlog.
Fujii Masao
2014-08-02
Fix bug in pg_receivexlog --verbose.
Fujii Masao
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
Simplify multixact freezing a bit
Alvaro Herrera
2014-07-29
Oops, fix recoveryStopsBefore functions for regular commits.
Heikki Linnakangas
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-28
Fix obsolete statement in smgr/README.
Tom Lane
2014-07-25
Fix a performance problem in pg_dump's dump order selection logic.
Tom Lane
2014-07-25
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-07-24
Prevent shm_mq_send from reading uninitialized memory.
Robert Haas
2014-07-24
Fix checkpointer crash in EXEC_BACKEND builds.
Robert Haas
2014-07-24
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-24
Avoid access to already-released lock in LockRefindAndRelease.
Robert Haas
2014-07-24
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.
Fujii Masao
2014-07-24
Fix TAP installcheck tests when current directory name contains spaces
Peter Eisentraut
2014-07-23
Report success when Windows kill() emulation signals an exiting process.
Noah Misch
2014-07-23
MSVC: Substitute $(top_builddir) in REGRESS_OPTS.
Noah Misch
2014-07-22
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-22
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
Diagnose incompatible OpenLDAP versions during build and test.
Noah Misch
2014-07-22
Unset some local environment variables in TAP tests
Peter Eisentraut
2014-07-22
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-07-21
Properly use DEFAULT_EVENT_SOURCE in pgevent.c
Magnus Hagander
2014-07-21
Translation updates
Peter Eisentraut
2014-07-21
Update SQL features list
Peter Eisentraut
[next]