Commit Graph

37722 Commits (fd3d894e4ea0021efa2628e4dfc5fe0ed3071859)
 

Author SHA1 Message Date
Tom Lane fd3d894e4e Remove duplicate specification of -Ae for HP-UX C compiler. 11 years ago
Andres Freund 0139dea8f1 Remove some dead IsUnderPostmaster code from bootstrap.c. 11 years ago
Andres Freund 31c453165b Commonalize process startup code. 11 years ago
Andres Freund 2be82dcf17 Make logging_collector=on work with non-windows EXEC_BACKEND again. 11 years ago
Heikki Linnakangas e922a13058 Spell the X072 feature correctly, was missing "with". 11 years ago
Heikki Linnakangas e37d474f91 Silence Coverity warnings about unused return values from pushJsonbValue() 11 years ago
Andres Freund 14e8803f10 Add barriers to the latch code. 11 years ago
Andres Freund 4bad60e3fd Allow latches to wait for socket writability without waiting for readability. 11 years ago
Heikki Linnakangas 3dfce37627 Fix typos in comment. 11 years ago
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