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