Commit Graph

37691 Commits (e415b469b33ba328765e39fd62edcd28f30d9c3c)
 

Author SHA1 Message Date
Noah Misch e415b469b3 Reject ANALYZE commands during VACUUM FULL or another ANALYZE. 11 years ago
Robert Haas 39f2594ba5 docs: Reword CREATE POLICY documentation. 11 years ago
Heikki Linnakangas 1e78d81e88 Don't open a WAL segment for writing at end of recovery. 11 years ago
Peter Eisentraut 79af9a1d26 Fix namespace handling in xpath function 11 years ago
Andres Freund 3fabed0705 Correctly handle relcache invalidation corner case during logical decoding. 11 years ago
Andres Freund 31912d01d8 Improve relcache invalidation handling of currently invisible relations. 11 years ago
Bruce Momjian cb075178ec Document that Perl's Tie might add a trailing newline 11 years ago
Alvaro Herrera 91539c5698 Fix thinko in plpython error message 11 years ago
Bruce Momjian 29c18d919e Clarify which files need manual copyright updates 11 years ago
Bruce Momjian 338c10b7f9 Simplify post-copyright update instructions. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane adfc157dd9 Fix broken pg_dump code for dumping comments on event triggers. 11 years ago
Andres Freund 3c9e4cdbf2 Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures. 11 years ago
Fujii Masao 9f1d7313aa Fix typo in comment. 11 years ago
Alvaro Herrera d5e3d1e969 Fix thinko in lock mode enum 11 years ago
Andres Freund 2ea95959af Add error handling for failing fstat() calls in copy.c. 11 years ago
Andres Freund 8cadeb792c Correctly handle test durations of more than 2147s in pg_test_timing. 11 years ago
Andres Freund d1c575230d Fix off-by-one in pg_xlogdump's fuzzy_open_file(). 11 years ago
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