Commit Graph

37873 Commits (c478959a009a926ec441f355219eae18537e648c)
 

Author SHA1 Message Date
Andres Freund 14570c2828 Remove superflous variable from xlogreader's XLogFindNextRecord(). 11 years ago
Andres Freund 58bc4747be Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). 11 years ago
Andres Freund 0398ece4c5 Fix inconsequential fd leak in the new mark_file_as_archived() function. 11 years ago
Andres Freund 2c0a485896 Prevent WAL files created by pg_basebackup -x/X from being archived again. 11 years ago
Andres Freund ccb161b66a Add pg_string_endswith as the start of a string helper library in src/common. 11 years ago
Tom Lane d6657d2a10 Treat negative values of recovery_min_apply_delay as having no effect. 11 years ago
Magnus Hagander f9769c719f Make path to pg_service.conf absolute in documentation 11 years ago
Tom Lane 7161b082bd Don't run rowsecurity in parallel with other regression tests. 11 years ago
Tom Lane 2f03ae6987 Docs: improve descriptions of ISO week-numbering date features. 11 years ago
Tom Lane a486841eb1 Print more information about getObjectIdentityParts() failures. 11 years ago
Tom Lane 28551797a4 Improve consistency of parsing of psql's magic variables. 11 years ago
Alvaro Herrera ba66c9d068 Add missing pstrdup calls 11 years ago
Robert Haas c168c88577 Don't tab-complete COMMENT ON ... IS with IS. 11 years ago
Alvaro Herrera 72dd233d3e pg_event_trigger_dropped_objects: Add name/args output columns 11 years ago
Alvaro Herrera a676201490 Add pg_identify_object_as_address 11 years ago
Alvaro Herrera 5b447ad3a9 Fix object_address expected output 11 years ago
Alvaro Herrera 3f88672a4e Use TypeName to represent type names in certain commands 11 years ago
Heikki Linnakangas 930fd68455 Revert the GinMaxItemSize calculation so that we fit 3 tuples per page. 11 years ago
Tatsuo Ishii 3b5a89c482 Fix resource leak pointed out by Coverity. 11 years ago
Tom Lane ae17897ce8 Assorted minor fixes for psql metacommand docs. 11 years ago
Tom Lane 9a11df1449 Remove duplicate assignment in new pg_get_object_address() function. 11 years ago
Alvaro Herrera 6630420fc9 Restrict name list len for domain constraints 11 years ago
Alvaro Herrera 289121a452 Remove event trigger from object_address test 11 years ago
Alvaro Herrera 0e5680f473 Grab heavyweight tuple lock only before sleeping 11 years ago
Noah Misch 8d9cb0bc48 Have config_sspi_auth() permit IPv6 localhost connections. 11 years ago
Andres Freund 740a4ec7f4 Blindly fix a dtrace probe in lwlock.c for a removed local variable. 11 years ago
Tom Lane 966115c305 Temporarily revert "Move pg_lzcompress.c to src/common." 11 years ago
Andres Freund d72731a704 Lockless StrategyGetBuffer clock sweep hot path. 11 years ago
Andres Freund ab5194e6f6 Improve LWLock scalability. 11 years ago
Andres Freund 7882c3b0b9 Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. 11 years ago
Andres Freund 570bd2b3fd Add capability to suppress CONTEXT: messages to elog machinery. 11 years ago
Fujii Masao 4a5593197b Remove duplicate include of slot.h. 11 years ago
Fujii Masao 60838df922 Move pg_lzcompress.c to src/common. 11 years ago
Tom Lane 5b89473d87 Add CST (China Standard Time) to our lists of timezone abbreviations. 11 years ago
Andrew Dunstan 3f37b6c316 Fix installcheck case for tap tests 11 years ago
Bruce Momjian 83bcc70459 pgbench: remove odd trailing period in init progress output 11 years ago
Fujii Masao 3b6ca123b5 Remove unused fields from ReindexStmt. 11 years ago
Andres Freund cd5ebe1edd Suppress MSVC warning in typeStringToTypeName function. 11 years ago
Tom Lane 3e22753559 Remove failing collation case from object_address regression test. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Peter Eisentraut 584e35d17c Change local_preload_libraries to PGC_USERSET 11 years ago
Andrew Dunstan 2a3f2743f2 Further tidy up on json aggregate documentation 11 years ago
Andrew Dunstan b2d145bff0 Fix documentation of argument type of json_agg and jsonb_agg 11 years ago
Heikki Linnakangas 955557ddcc Move rbtree.c from src/backend/utils/misc to src/backend/lib. 11 years ago
Heikki Linnakangas 7f0dccaed6 Turn much of the btree_gin macros into real functions. 11 years ago
Heikki Linnakangas e7032610f7 Use a pairing heap for the priority queue in kNN-GiST searches. 11 years ago
Tom Lane 699300a146 Docs: clarify treatment of variadic functions with zero variadic arguments. 11 years ago