summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore some comments lost during 15732b34e8c8Alvaro Herrera2014-01-032-6/+9
* Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane2014-01-021-1/+1
* Fix calculation of maximum statistics-message size.Tom Lane2014-01-022-4/+16
* Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera2014-01-021-2/+6
* Wrap multixact/members correctly during extensionAlvaro Herrera2014-01-021-5/+19
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-023-18/+104
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-025-31/+22
* Fix contrib/pg_upgrade to clean all the cruft made during "make check".Tom Lane2014-01-021-1/+3
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-013-9/+9
* Do not use an empty hostname.Michael Meskes2014-01-011-4/+7
* Fix broken support for event triggers as extension members.Tom Lane2013-12-302-1/+20
* Fix alphabetization in catalogs.sgml.Tom Lane2013-12-301-146/+147
* Remove dead code now that orindxpath.c is history.Tom Lane2013-12-305-247/+8
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-3011-208/+435
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-291-2/+6
* Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane2013-12-293-4/+11
* Update grammarPeter Eisentraut2013-12-281-3/+3
* Fix whitespacePeter Eisentraut2013-12-271-1/+1
* Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan2013-12-271-15/+23
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-271-4/+5
* Fix whitespacePeter Eisentraut2013-12-262-2/+1
* Fix inadequately-tested code path in tuplesort_skiptuples().Tom Lane2013-12-241-1/+8
* Fix ANALYZE failure on a column that's a domain over a range.Tom Lane2013-12-231-2/+3
* Revise documentation for new freezing method.Robert Haas2013-12-233-32/+30
* Fix portability issue in ordered-set patch.Tom Lane2013-12-231-1/+5
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-2364-739/+4670
* Change the way we mark tuples as frozen.Robert Haas2013-12-2217-84/+125
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-2110-22/+22
* Avoid useless palloc during transaction commitAlvaro Herrera2013-12-201-7/+11
* pg_prewarm, a contrib module for prewarming relationd data.Robert Haas2013-12-209-0/+314
* isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera2013-12-191-1/+5
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-199-13/+37
* Make stdout unbufferedAlvaro Herrera2013-12-191-8/+3
* Optimize updating a row that's locked by same xidAlvaro Herrera2013-12-191-31/+39
* Add tab completion for ALTER SYSTEM SET in psql.Fujii Masao2013-12-201-1/+12
* Fix typo in docs for min_recovery_apply_delay.Fujii Masao2013-12-191-1/+1
* Upgrade to Autoconf 2.69Peter Eisentraut2013-12-183-19343/+3873
* Fix compiler warning.Robert Haas2013-12-182-5/+6
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-188-46/+192
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-1819-157/+129
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-186-2/+216
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-1818-95/+797
* Comment: COPY comment improvementBruce Momjian2013-12-171-2/+2
* Rework tuple freezing protocolAlvaro Herrera2013-12-167-231/+582
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-167-25/+25
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-151-0/+1
* Allow empty target list in SELECT.Tom Lane2013-12-146-33/+73
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-144-6/+38
* Fix typoAlvaro Herrera2013-12-131-1/+1
* Rework MultiXactId cache codeAlvaro Herrera2013-12-131-10/+42