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
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.
Robert Haas
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-03-03
Use a longer buffer in libpqrcv_startstreaming.
Robert Haas
2014-03-03
Corrections to replication slots code and documentation.
Robert Haas
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-02-28
Remove bogus while-loop.
Heikki Linnakangas
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
Fix WAL replay of locking an updated tuple
Alvaro Herrera
2014-02-26
btbuild no longer calls _bt_doinsert(), update comment.
Heikki Linnakangas
2014-02-26
Fix crash in json_to_record().
Jeff Davis
2014-02-25
Use SnapshotDirty rather than an active snapshot to probe index endpoints.
Tom Lane
2014-02-25
Update a few comments to mention materialized views.
Robert Haas
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
pg_basebackup: Skip only the *contents* of pg_replslot.
Robert Haas
2014-02-25
Update and clarify ssl_ciphers default
Peter Eisentraut
2014-02-24
Increase work_mem and maintenance_work_mem defaults by 4x
Bruce Momjian
2014-02-24
Allow single-point polygons to be converted to circles
Bruce Momjian
2014-02-24
docs: document behavior of CHAR() comparisons with chars < space
Bruce Momjian
2014-02-24
Use pg_lsn data type in pg_stat_replication, too.
Robert Haas
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
Plug some more holes in encoding conversion.
Tom Lane
2014-02-21
Do ScalarArrayOp estimation correctly when array is a stable expression.
Tom Lane
2014-02-20
Improve comment on setting data_checksum GUC.
Heikki Linnakangas
2014-02-19
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
pg_lsn macro naming and type behavior revisions.
Robert Haas
2014-02-19
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-02-18
Remove broken code that tried to handle OVERLAPS with a single argument.
Tom Lane
2014-02-18
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
Heikki Linnakangas
2014-02-17
Fix capitalization in README.
Robert Haas
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-15
Fix unportable coding in BackgroundWorkerStateChange().
Tom Lane
2014-02-15
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-14
Change the order that pg_xlog and WAL archive are polled for WAL segments.
Heikki Linnakangas
2014-02-14
Add C comment about problems with CHAR() space trimming
Bruce Momjian
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
[next]