Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
Heikki Linnakangas 1a3d104475 Avoid acquiring spinlock when checking if recovery has finished, for speed. 12 years ago
Peter Eisentraut f4482a542c Tweak streamutil.c further to avoid scan-build warning 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Fujii Masao 38f4328981 Fix pg_isready to handle -d option properly. 12 years ago
Heikki Linnakangas 04eee1fa9e More GIN refactoring. 12 years ago
Heikki Linnakangas 501012631e Refactor the internal GIN B-tree interface for forming a downlink. 12 years ago
Heikki Linnakangas 04965ad40e Further GIN refactoring. 12 years ago
Peter Eisentraut b21de4e7b3 ecpg: Split off mmfatal() from mmerror() 12 years ago
Bruce Momjian 22967d8003 docs: update page format to specify page checksum field 12 years ago
Bruce Momjian dbd786bc4f pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns 12 years ago
Fujii Masao b1543cc8a8 Add tab completion for \pset in psql. 12 years ago
Peter Eisentraut bd5a9a50e4 pg_upgrade: Report full disk better 12 years ago
Bruce Momjian 0dbf9a6a91 unaccent: Revert patch 9299f61798 12 years ago
Heikki Linnakangas fea437681d Spell SQL keywords in uppercase in pg_dump's query. 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Robert Haas f1df4731ee Use cstring_to_text_with_len when length is known. 12 years ago
Heikki Linnakangas 4c697d8f48 Count locked pages that don't need vacuuming as scanned. 12 years ago
Tom Lane f901bb50e3 Add make_date() and make_time() functions. 12 years ago
Tom Lane 69c8fbac20 Improve performance of numeric sum(), avg(), stddev(), variance(), etc. 12 years ago
Tom Lane 6cb86143e8 Allow aggregates to provide estimates of their transition state data size. 12 years ago
Peter Eisentraut 55c3d86a2a pg_upgrade: Fix some whitespace oddities 12 years ago
Tom Lane 61a07bae47 Remove pgbench's hardwired limit on line length in custom script files. 12 years ago
Tom Lane f1f21b2d6f Fix incorrect loop counts in tidbitmap.c. 12 years ago
Tom Lane 97e1ec4670 Speed up printing of INSERT statements in pg_dump. 12 years ago
Tom Lane 3172eea062 Clean up password prompting logic in streamutil.c. 12 years ago
Tom Lane f3b3b8d5be Compute correct em_nullable_relids in get_eclass_for_sort_expr(). 12 years ago
Tom Lane c7b849a896 Prevent leakage of cached plans and execution trees in plpgsql DO blocks. 12 years ago
Tom Lane 80e3a470ba Minor comment corrections for sequence hashtable patch. 12 years ago
Kevin Grittner 7cb964acb7 Fix buffer overrun in isolation test program. 12 years ago
Robert Haas 71dd54ada9 doc: Restore proper alphabetical order. 12 years ago
Heikki Linnakangas 5cb719beee Fix bogus hash table creation. 12 years ago
Heikki Linnakangas 21025d4a53 Use a hash table to store current sequence values. 12 years ago
Tom Lane 982b82d6b1 Add a regression test case for \d on an index. 12 years ago
Tom Lane e694cf25d7 Fix incorrect column name in psql \d code. 12 years ago
Peter Eisentraut 87d8378f60 Fix whitespace 12 years ago
Tom Lane 5d924f067c Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Andrew Dunstan 869b1e4a67 Fix isolation check for MSVC to handle recent changes. 12 years ago
Robert Haas c46c803f8a Fix relfilenodemap.c's handling of cache invalidations. 12 years ago
Bruce Momjian cd8115e009 docs: clarify MVCC introduction to allow for per-statement snapshots 12 years ago
Kevin Grittner fe67d25233 Free ignorelist after each regression test schedule. 12 years ago
Heikki Linnakangas 07fca603b5 Fix bug in GIN posting tree root creation. 12 years ago
Peter Eisentraut aa04b323c3 Move variable closer to where it is used 12 years ago
Peter Eisentraut c0764a5425 gitattributes: Make syntax compatible with older Git versions 12 years ago
Robert Haas 061b88c732 Try again to make pg_isolation_regress work its build directory. 12 years ago
Robert Haas 9cab81b572 doc: Fix typo. 12 years ago
Magnus Hagander f1d6875916 Fix doc links in README file to work with new website layout 12 years ago
Peter Eisentraut 3626adf266 Remove leftovers of IRIX port 12 years ago
Tom Lane ebefbb5fde Fix failure with whole-row reference to a subquery. 12 years ago
Tom Lane 0b7e660d6c Fix ruleutils pretty-printing to not generate trailing whitespace. 12 years ago
Tom Lane 648bd05b13 Re-allow duplicate aliases within aliased JOINs. 12 years ago