summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-06Alphabeticize list in OBJS definition in utils/adt Makefile.Andrew Dunstan
2014-02-06Assert(IsTransactionState()) in RelationIdGetRelation().Tom Lane
2014-02-06Fix whitespacePeter Eisentraut
2014-02-04Fix comparison of an array of characters with zero to compare with '\0' instead.Fujii Masao
2014-02-03In json code, clean up temp memory contexts after processing.Andrew Dunstan
2014-02-03Make pg_basebackup skip temporary statistics files.Fujii Masao
2014-02-01arrays: tighten checks for multi-dimensional inputBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-29Silence compiler warnings about possibly unset variables.Andrew Dunstan
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-28New json functions.Andrew Dunstan
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-27Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-22Reindent json.c and jsonfuncs.c.Andrew Dunstan
2014-01-21Add a cardinality function for arrays.Robert Haas
2014-01-21Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas
2014-01-21Plug more memory leaks when reloading config file.Robert Haas
2014-01-20Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane
2014-01-19Adjust the SSL connection notification messageMagnus Hagander
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-17Show SSL encryption information when logging connectionsMagnus Hagander
2014-01-13Code improvements for ALTER SYSTEM .. SET.Robert Haas
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-09Remove unnecessary local variables to work around an icc optimization bug.Tom Lane
2014-01-08Avoid extra AggCheckCallContext() checks in ordered-set aggregates.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Silence compiler warning on MSVC.Heikki Linnakangas
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-29Update grammarPeter Eisentraut
2013-12-27Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2013-12-24Fix inadequately-tested code path in tuplesort_skiptuples().Tom Lane
2013-12-24Fix ANALYZE failure on a column that's a domain over a range.Tom Lane
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-20Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas