summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2014-01-02Handle wraparound during truncation in multixact/membersAlvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-30Remove dead code now that orindxpath.c is history.Tom Lane
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane
2013-12-29Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane
2013-12-27Fix whitespacePeter Eisentraut
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-19Move pg_upgrade_support global variables to their own include fileBruce Momjian
2013-12-19Upgrade to Autoconf 2.69Peter Eisentraut
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
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-16Rework tuple freezing protocolAlvaro Herrera
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 a new reloption, user_catalog_table.Robert Haas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-12-03Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-11-30Remove use of obsolescent Autoconf macrosPeter Eisentraut
2013-11-30Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera
2013-11-30Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro 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-27Fix stale-pointer problem in fast-path locking logic.Tom Lane
2013-11-27Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas
2013-11-27More GIN refactoring.Heikki Linnakangas
2013-11-27Implement information_schema.parameters.parameter_default columnPeter Eisentraut
2013-11-26Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-20Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas
2013-11-20Further GIN refactoring.Heikki Linnakangas
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-16Allow aggregates to provide estimates of their transition state data size.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-11-06Fix missing argument and function prototypes.Heikki Linnakangas
2013-11-06Misc GIN refactoring.Heikki Linnakangas
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane