Commit Graph

41120 Commits (46ddbbb1177a7e6ce5a4fe0ef8fa8ac49f36d0bb)
 

Author SHA1 Message Date
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
Peter Eisentraut 728a3e73e9 Switch pg_basebackup commands in Postgres.pm to use --nosync 9 years ago
Peter Eisentraut 6ed2d8584c pg_basebackup: Add --nosync option 9 years ago
Peter Eisentraut bc34223bc1 pg_basebackup pg_receivexlog: Issue fsync more carefully 9 years ago
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 9 years ago
Heikki Linnakangas 6e654546fb Don't bother to lock bufmgr partitions in pg_buffercache. 9 years ago
Peter Eisentraut 6ad8ac6026 Exclude additional directories in pg_basebackup 9 years ago
Alvaro Herrera b82d5a2c7c Silence compiler warnings 9 years ago
Tom Lane 83bed06be4 Rationalize format-picture caching logic in formatting.c. 9 years ago
Tom Lane d3cd36a133 Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
Peter Eisentraut 967ed9205b Remove dead line of code 9 years ago
Robert Haas 4929704acb worker_spi: Call pgstat_report_stat. 9 years ago
Peter Eisentraut e79e6c4da1 Fix CRC check handling in get_controlfile 9 years ago
Robert Haas 308985b0b4 Fix dangling pointer problem in ReorderBufferSerializeChange. 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago
Tom Lane 72daabc7a3 Disallow pushing volatile quals past set-returning functions. 9 years ago