Commit Graph

41135 Commits (17a3a1eb0efc5d84c81e46a26fe6bd21dbe90de9)
 

Author SHA1 Message Date
Tom Lane 17a3a1eb0e Fix python shlib probe for Cygwin. 9 years ago
Tom Lane 4806f26f9e Fix pg_dump to work against pre-9.0 servers again. 9 years ago
Heikki Linnakangas 0d4d7d6185 Don't allow both --source-server and --source-target args to pg_rewind. 9 years ago
Heikki Linnakangas 275bf98601 Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 9 years ago
Heikki Linnakangas 8bb14cdd33 Don't share SSL_CTX between libpq connections. 9 years ago
Heikki Linnakangas d7eb76b908 Disable synchronous commits in pg_rewind. 9 years ago
Heikki Linnakangas b56fb691b0 Fix excessive memory consumption in the new sort pre-reading code. 9 years ago
Tom Lane bfe2e84781 Remove -Wl,-undefined,dynamic_lookup in macOS build. 9 years ago
Tom Lane 11c0e743b6 Try to fix python shlib probe for MinGW. 9 years ago
Robert Haas 61f9e7ba3c Update obsolete comments and perldoc. 9 years ago
Tom Lane ddd4f82cb6 In python shlib probe, cater for OpenBSD, which omits the .so symlink. 9 years ago
Robert Haas eb3bc0bd1a Re-alphabetize #include directives. 9 years ago
Robert Haas d2ce38e204 Rename WAIT_* constants to PG_WAIT_*. 9 years ago
Tom Lane eda04886c1 Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 9 years ago
Tom Lane fc76259f5b Huh, we do need to look in $python_configdir for the Python shlib. 9 years ago
Tom Lane 46ddbbb117 Improve (I hope) our autolocation of the Python shared library. 9 years ago
Robert Haas 6c9c95ed1b Fix another Windows compile break. 9 years ago
Robert Haas 9445d1121d Fix Windows compile break in 6f3bd98ebf. 9 years ago
Heikki Linnakangas d4fca5e6c7 Fix another outdated comment. 9 years ago
Robert Haas 23843dcb60 Remove trailing commas from enums. 9 years ago
Robert Haas 976a1ce910 Adjust worker_spi for 6f3bd98ebf. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Tom Lane 490ed1ebb9 Fix hstore_plpython for Python 3. 9 years ago
Heikki Linnakangas c86c2d9d57 Update comment. 9 years ago
Andres Freund 61633f7904 Correct logical decoding restore behaviour for subtransactions. 9 years ago
Tom Lane d51924be88 Convert contrib/hstore_plpython to not use direct linking to other modules. 9 years ago
Tom Lane 6bc811c992 Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables. 9 years ago
Stephen Frost 814b9e9b8e Fix RLS with COPY (col1, col2) FROM tab 9 years ago
Tom Lane 83c2492002 Enforce a specific order for probing library loadability in pg_upgrade. 9 years ago
Heikki Linnakangas e94568ecc1 Change the way pre-reading in external sort's merge phase works. 9 years ago
Tom Lane e8bdee2770 Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade. 9 years ago
Tom Lane 728ceba938 Avoid leaking FDs after an fsync failure. 9 years ago
Tom Lane 3b90e38c5d Do ClosePostmasterPorts() earlier in SubPostmasterMain(). 9 years ago
Tom Lane 9a109452da Fix bugs in contrib/pg_visibility. 9 years ago
Tom Lane 33596edf09 Copy-editing for contrib/pg_visibility documentation. 9 years ago
Tom Lane ea046f08d1 Fix misstatement in comment in Makefile.shlib. 9 years ago
Tom Lane 7107d58ec5 Fix misplacement of submake-generated-headers prerequisites. 9 years ago
Peter Eisentraut a4327296df Set log_line_prefix and application name in test drivers 9 years ago
Tom Lane f002ed2b8e Improve error reporting in pg_upgrade's file copying/linking/rewriting. 9 years ago
Tom Lane 5afcd2aa74 Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap(). 9 years ago
Peter Eisentraut cd03890d0b Fix breakage in previous change 9 years ago
Peter Eisentraut 330b48b94b Separate enum from struct 9 years ago
Peter Eisentraut 0665023b44 Remove unnecessary prototypes 9 years ago
Peter Eisentraut a5da81359d Add missing include files to configure tests 9 years ago
Peter Eisentraut 1c0cf52b39 Use return instead of exit() in configure 9 years ago
Peter Eisentraut f1a469c9f1 Fix use of offsetof() 9 years ago
Magnus Hagander 3d39244e6e Retry opening new segments in pg_xlogdump --folllow 9 years ago
Stephen Frost fd321a1dfd Remove superuser checks in pgstattuple 9 years ago
Peter Eisentraut f2af8dc5ba Fix compiler warnings 9 years ago
Tom Lane 8e91e12bc3 Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM. 9 years ago