Commit Graph

41782 Commits (e759854a09d49725a9519c48a0d71a32bab05a01)
 

Author SHA1 Message Date
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
Heikki Linnakangas dbd69118c0 Replace isMD5() with a more future-proof way to check if pw is encrypted. 9 years ago
Heikki Linnakangas 7ac4a389a7 Don't create "holes" in BufFiles, in the new logtape code. 9 years ago
Heikki Linnakangas bc1686f3f6 Small fixes to the Perl scripts to create unicode conversion tables. 9 years ago
Robert Haas 8a815e3fc3 Move comment about test slightly closer to test. 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Stephen Frost e2090d9d20 pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES 9 years ago
Stephen Frost 6af8b89adb perltidy pg_dump TAP tests 9 years ago
Stephen Frost 58da833430 test_pg_dump: perltidy cleanup 9 years ago
Tom Lane 1e5a5d03da Simplify some long-obsolete code in hba.c's next_token(). 9 years ago
Tom Lane de16ab7238 Invent pg_hba_file_rules view to show the content of pg_hba.conf. 9 years ago
Tom Lane d002f16c6e Add a regression test script dedicated to exercising system views. 9 years ago
Tom Lane 511ae628f3 Make psql reject attempts to set special variables to invalid values. 9 years ago
Peter Eisentraut 46aae5949f Fix sequence test in cs_CZ locale 9 years ago
Peter Eisentraut d711532b2e Additional test coverage for sequences 9 years ago
Tom Lane 308d868274 Update time zone data files to tzdata release 2016j. 9 years ago
Heikki Linnakangas dbeca61c35 Remove leftover reference to "indirect blocks" in comment. 9 years ago
Stephen Frost e54f75722c Handle ALTER EXTENSION ADD/DROP with pg_init_privs 9 years ago
Stephen Frost fb94ca77f1 test_pg_dump TAP test whitespace cleanup 9 years ago
Robert Haas 4bf371cf2a Fix typo in comment. 9 years ago
Robert Haas da08a65989 Refactor bitmap heap scan estimation of heap pages fetched. 9 years ago
Tom Lane 350cb921ae Restructure hba.c to replace 3 parallel lists with single list of structs. 9 years ago
Tom Lane fde5c03792 Improve comments about ProcessUtility's queryString parameter. 9 years ago
Tom Lane fefb86b147 Orthography fixes for new castNode() macro. 9 years ago
Tom Lane 7afd56c3c6 Use castNode() in a bunch of statement-list-related code. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Andres Freund 5bcab11142 Add castNode(type, ptr) for safe casting between NodeTag based types. 9 years ago
Alvaro Herrera 331f8c311b Remove test for COMMENT ON DATABASE 9 years ago