Commit Graph

37713 Commits (7391e2513f486a5df3eebf132c6dd6c16cf4e1f1)
 

Author SHA1 Message Date
Tom Lane 7391e2513f Fix some functions that were declared static then defined not-static. 11 years ago
Tom Lane 5b3ce2c911 Avoid unexpected slowdown in vacuum regression test. 11 years ago
Alvaro Herrera d126e1e95f Tweak heapam's rmgr desc output slightly 11 years ago
Alvaro Herrera 5c5ffee80f Fix get_object_address argument type for extension statement 11 years ago
Tom Lane 1f9bf05e53 Use correct text domain for errcontext() appearing within ereport(). 11 years ago
Stephen Frost 1bf4a84d0f Skip dead backends in MinimumActiveBackends 11 years ago
Tom Lane 44096f1c66 Fix portability breakage in pg_dump. 11 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Tom Lane 080eabe2e8 Fix libpq's behavior when /etc/passwd isn't readable. 11 years ago
Andres Freund de6429a8fd Provide a generic fallback for pg_compiler_barrier using an extern function. 11 years ago
Andres Freund db4ec2ffce Fix alignment of pg_atomic_uint64 variables on some 32bit platforms. 11 years ago
Bruce Momjian 62f5e447fd docs: improve CREATE TRIGGER defer options list 11 years ago
Bruce Momjian ac7009abd2 pg_upgrade: fix one-byte per empty db memory leak 11 years ago
Stephen Frost c4fda14845 Fix typo in execMain.c 11 years ago
Alvaro Herrera 045c68ad21 xlogreader.c: Fix report_invalid_record translatability flag 11 years ago
Stephen Frost c219cbfed3 Move rowsecurity event trigger test 11 years ago
Andres Freund f454144a34 Remove comment that was intended to have been removed before commit. 11 years ago
Andres Freund 93be095007 Move comment about sun cc's __machine_rw_barrier being a full barrier. 11 years ago
Andres Freund 17eaae9897 Fix logging of pages skipped due to pins during vacuum. 11 years ago
Noah Misch 2048e5b881 On Darwin, refuse postmaster startup when multithreaded. 11 years ago
Noah Misch 894459e59f On Darwin, detect and report a multithreaded postmaster. 11 years ago
Noah Misch 6fdba8ceb0 Always set the six locale category environment variables in main(). 11 years ago
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