Commit Graph

3091 Commits (d7eb76b908a3aac68c23c7d3553c65c80e92b823)

Author SHA1 Message Date
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
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
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 9a109452da Fix bugs in contrib/pg_visibility. 9 years ago
Peter Eisentraut 0665023b44 Remove unnecessary prototypes 9 years ago
Peter Eisentraut f1a469c9f1 Fix use of offsetof() 9 years ago
Stephen Frost fd321a1dfd Remove superuser checks in pgstattuple 9 years ago
Tom Lane 8e91e12bc3 Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM. 9 years ago
Heikki Linnakangas 6e654546fb Don't bother to lock bufmgr partitions in pg_buffercache. 9 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Robert Haas 8a503526e4 pg_buffercache: Allow huge allocations. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Tom Lane 052cc223d5 Fix a bunch of places that called malloc and friends with no NULL check. 9 years ago
Tom Lane 9daec77e16 Simplify correct use of simple_prompt(). 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Heikki Linnakangas ae025a1598 Support OID system column in postgres_fdw. 9 years ago
Robert Haas dcb7a54bd1 postgres_fdw: Cosmetic cleanup. 9 years ago
Tom Lane f9d747a4e9 Support the new regexp_match() function for citext. 9 years ago
Tom Lane 6657acc010 Fix -e option in contrib/intarray/bench/bench.pl. 9 years ago
Tom Lane 0bb51aa967 Improve parsetree representation of special functions such as CURRENT_DATE. 9 years ago
Tom Lane d6c9e05cb7 Fix assorted bugs in contrib/bloom. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Tom Lane e3049285a3 Trivial cosmetic cleanup in bloom/blutils.c. 9 years ago
Peter Eisentraut ab0a23c7c9 Fix typo 9 years ago
Tom Lane bcbecbce2f Don't propagate a null subtransaction snapshot up to parent transaction. 9 years ago
Tom Lane 9492cf86e4 Fix assorted fallout from IS [NOT] NULL patch. 9 years ago
Robert Haas fe5e3fce79 Repair damage done by citext--1.1--1.2.sql. 9 years ago
Peter Eisentraut 40fcfec82c Message style improvements 9 years ago
Fujii Masao 1804d1555f Fix typo in comment. 9 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Peter Eisentraut f36ca9af05 Use correct symbol for minimum int64 value 9 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 9 years ago
Robert Haas 86437ddf8c postgres_fdw: Fix cache lookup failure while creating error context. 9 years ago
Robert Haas 5f3499b2b5 postgres_fdw: Remove schema-qualification from cast to text. 9 years ago
Alvaro Herrera e3ad3ffa68 Fix handling of multixacts predating pg_upgrade 9 years ago
Robert Haas 9e9c38e159 postgres_fdw: Fix incorrect NULL handling in join pushdown. 9 years ago
Robert Haas 267569b24c postgres_fdw: Remove useless return statement. 9 years ago
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 9 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 9 years ago
Tom Lane 7e81a18d49 Fix parallel-safety markings for contrib/dblink. 9 years ago
Robert Haas 71d05a2c7b pg_visibility: Add pg_truncate_visibility_map function. 9 years ago
Robert Haas 20eb2731b7 Update dblink extension for parallel query. 9 years ago