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
2015-01-09
xlogreader.c: Fix report_invalid_record translatability flag
Alvaro Herrera
2015-01-08
Protect against XLogReaderAllocate() failing to allocate memory.
Andres Freund
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-08
Always set the six locale category environment variables in main().
Noah Misch
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2014-12-31
Fix trailing whitespace in PO file
Peter Eisentraut
2014-12-30
Backpatch variable renaming in formatting.c
Bruce Momjian
2014-12-26
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-25
Remove duplicate include of slot.h.
Fujii Masao
2014-12-19
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-12-18
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
2014-12-17
Fix poorly worded error message.
Tom Lane
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-15
Translation updates
Alvaro Herrera
2014-12-15
Translation updates
Peter Eisentraut
2014-12-13
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-12
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-12
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-11
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-05
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-03
Fix typos
Alvaro Herrera
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-28
Update transaction README for persistent multixacts
Alvaro Herrera
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-17
Fix WAL-logging of B-tree "unlink halfdead page" operation.
Heikki Linnakangas
2014-11-17
Translation updates
Peter Eisentraut
2014-11-15
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-14
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-14
Improve logical decoding log messages
Peter Eisentraut
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-13
Fix xmin/xmax horizon computation during logical decoding initialization.
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-12
Message improvements
Peter Eisentraut
[next]