summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-13Don't let timeout interrupts happen unless ImmediateInterruptOK is set.Tom Lane
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-12-05Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera
2013-12-02Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".Robert Haas
2013-12-02Avoid out-of-bounds read in errfinish if error_stack_depth < 0.Robert Haas
2013-11-30Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera
2013-11-29Fix assorted race conditions in the new timeout infrastructure.Tom Lane
2013-11-29Refine our definition of what constitutes a system relation.Robert Haas
2013-11-27Implement information_schema.parameters.parameter_default columnPeter Eisentraut
2013-11-26Add missing entry for session_preload_libraries in sample config.Jeff Davis
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-24Lessen library-loading log level.Jeff Davis
2013-11-23Fix thinko in SPI_execute_plan() callsPeter Eisentraut
2013-11-23Avoid potential buffer overflow crashPeter Eisentraut
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-18Use cstring_to_text_with_len when length is known.Robert Haas
2013-11-17Add make_date() and make_time() functions.Tom Lane
2013-11-16Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane
2013-11-13Fix relfilenodemap.c's handling of cache invalidations.Robert Haas
2013-11-13Move variable closer to where it is usedPeter Eisentraut
2013-11-11Fix failure with whole-row reference to a subquery.Tom Lane
2013-11-11Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-07Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner
2013-11-07Add #ifdef guards for some POSIX error symbols that Windows doesn't like.Tom Lane
2013-11-06Be more robust when strerror() doesn't give a useful result.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-03Get rid of more cases of the "must detoast before output function" meme.Tom Lane