Commit Graph

41809 Commits (7c5d8c16e12e56c1043ff4a28e07a306a15c2b85)
 

Author SHA1 Message Date
Andres Freund 7c5d8c16e1 Add explicit ORDER BY to a few tests that exercise hash-join code. 9 years ago
Tom Lane 8f93bd8512 Fix roundoff problems in float8_timestamptz() and make_interval(). 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Peter Eisentraut 115cb31597 Fix relcache leaks in get_object_address_publication_rel() 9 years ago
Peter Eisentraut e35bbea7dd doc: Some improvements in CREATE SUBSCRIPTION ref page 9 years ago
Robert Haas c3c4f6e174 Revise the way the element allocator for a simplehash is specified. 9 years ago
Tom Lane 242066cc8e Speed up "brin" regression test a little bit. 9 years ago
Robert Haas ac8eb972f2 Avoid redefining simplehash_allocate/simplehash_free. 9 years ago
Robert Haas 565903af47 Allow the element allocator for a simplehash to be specified. 9 years ago
Robert Haas 94708c0e8c Fix compiler warning. 9 years ago
Robert Haas 293e24e507 Cache hash index's metapage in rel->rd_amcache. 9 years ago
Tom Lane 39c3ca5161 Correct thinko in last-minute release note item. 9 years ago
Tom Lane 64ee636a5b Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. 9 years ago
Peter Eisentraut 696af9ab0a doc: Document sequence function privileges better 9 years ago
Peter Eisentraut ab82340a43 Avoid permission failure in pg_sequences.last_value 9 years ago
Tom Lane ad6af3fc42 Release note updates. 9 years ago
Tom Lane 2aaec65464 Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). 9 years ago
Peter Eisentraut 549f74733f doc: Update CREATE DATABASE examples 9 years ago
Tom Lane a59318346e Update comment in relcache.c. 9 years ago
Peter Eisentraut afcb0c97ef Add missing newline to error messages 9 years ago
Heikki Linnakangas d93b7535a6 Fix typo also in expected output. 9 years ago
Heikki Linnakangas d02d985349 Fix typo in variable name. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane 9863017b87 First-draft release notes for 9.6.2. 9 years ago
Robert Haas 6f4b4ceefa Remove redundant comment. 9 years ago
Robert Haas 38c363adf4 Improve grammar of message about two-phase state files. 9 years ago
Robert Haas 871ec0e336 pageinspect: More type-sanity surgery on the new hash index code. 9 years ago
Robert Haas e759854a09 pgstattuple: Add pgstathashindex. 9 years ago
Fujii Masao 39b8cc991f Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command. 9 years ago
Tom Lane 14e9b18fed In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines. 9 years ago
Robert Haas 29e312bc13 pageinspect: Remove platform-dependent values from hash tests. 9 years ago
Tom Lane c6eeb67dcc Fix a bunch more portability bugs in commit 08bf6e529. 9 years ago
Robert Haas ed807fda6d pageinspect: Try to fix some bugs in previous commit. 9 years ago
Tom Lane fd6cd69803 Clean up psql's behavior for a few more control variables. 9 years ago
Tom Lane 8ac0365c22 Avoid improbable null pointer dereference in pgpassfileWarning(). 9 years ago
Tom Lane 555494d1bc Fix placement of initPlans when forcibly materializing a subplan. 9 years ago
Peter Eisentraut aa09b9dcd5 doc: Add missing include in example code 9 years ago
Tom Lane c82d4e658e Fix mishandling of tSRFs at different nesting levels. 9 years ago
Peter Eisentraut ecb814b5ce doc: Document result set of CREATE_REPLICATION_SLOT 9 years ago
Robert Haas 14ca9abfbe Increase upper bound for bgwriter_lru_maxpages. 9 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Noah Misch acd73ad1a1 Code review for avoidance of direct cross-module links. 9 years ago
Heikki Linnakangas 53dd2da257 Add KOI8-U map files to Makefile. 9 years ago
Heikki Linnakangas cb695ae993 Silence compiler warning. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Tom Lane aedd554f84 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Robert Haas bbd8550bce Refactor other replication commands to use DestRemoteSimple. 9 years ago
Tom Lane c3e3844a92 Make psql's \set display variables in alphabetical order. 9 years ago
Tom Lane 86322dc7e0 Improve psql's behavior for \set and \unset of its control variables. 9 years ago