summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix calculation of maximum statistics-message size.Tom Lane2014-01-021-4/+6
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-021-0/+1
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-021-1/+1
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-011-2/+2
* Remove dead code now that orindxpath.c is history.Tom Lane2013-12-302-6/+0
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-302-6/+21
* Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane2013-12-291-4/+1
* Fix whitespacePeter Eisentraut2013-12-261-1/+0
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-2317-150/+296
* Change the way we mark tuples as frozen.Robert Haas2013-12-223-4/+55
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-213-5/+5
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-191-0/+29
* Upgrade to Autoconf 2.69Peter Eisentraut2013-12-181-10/+21
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-182-5/+14
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-0/+4
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-181-0/+1
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-185-0/+20
* Rework tuple freezing protocolAlvaro Herrera2013-12-163-11/+39
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-134-1/+15
* New autovacuum_work_mem parameterSimon Riggs2013-12-121-0/+1
* Add a new reloption, user_catalog_table.Robert Haas2013-12-101-2/+14
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-106-13/+104
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-101-3/+3
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-042-5/+7
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-303-39/+3
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-291-0/+1
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-292-2/+5
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-291-0/+1
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-1/+3
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-271-3/+17
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-274-26/+60
* More GIN refactoring.Heikki Linnakangas2013-11-271-14/+32
* Implement information_schema.parameters.parameter_default columnPeter Eisentraut2013-11-263-1/+4
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-251-0/+1
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-231-0/+2
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-2110-50/+85
* Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas2013-11-201-1/+1
* Further GIN refactoring.Heikki Linnakangas2013-11-201-15/+4
* Add make_date() and make_time() functions.Tom Lane2013-11-174-1/+12
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-164-40/+43
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-163-124/+129
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-152-1/+11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-102-3/+3
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-081-0/+1
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-086-17/+49
* Fix missing argument and function prototypes.Heikki Linnakangas2013-11-061-4/+9
* Misc GIN refactoring.Heikki Linnakangas2013-11-061-2/+1
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-011-9/+0
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-011-0/+1
* Fix old typo in comment.Tom Lane2013-10-291-2/+2