Commit Graph

3085 Commits (83c2492002162bf79d2a0811bff5724e395909d7)

Author SHA1 Message Date
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. 10 years ago
Tom Lane 9492cf86e4 Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
Robert Haas fe5e3fce79 Repair damage done by citext--1.1--1.2.sql. 10 years ago
Peter Eisentraut 40fcfec82c Message style improvements 10 years ago
Fujii Masao 1804d1555f Fix typo in comment. 10 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 10 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 10 years ago
Peter Eisentraut f36ca9af05 Use correct symbol for minimum int64 value 10 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 10 years ago
Robert Haas 86437ddf8c postgres_fdw: Fix cache lookup failure while creating error context. 10 years ago
Robert Haas 5f3499b2b5 postgres_fdw: Remove schema-qualification from cast to text. 10 years ago
Alvaro Herrera e3ad3ffa68 Fix handling of multixacts predating pg_upgrade 10 years ago
Robert Haas 9e9c38e159 postgres_fdw: Fix incorrect NULL handling in join pushdown. 10 years ago
Robert Haas 267569b24c postgres_fdw: Remove useless return statement. 10 years ago
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 10 years ago
Tom Lane 9c852566a3 Fix comparison of similarity to threshold in GIST trigram searches. 10 years ago
Tom Lane 7e81a18d49 Fix parallel-safety markings for contrib/dblink. 10 years ago
Robert Haas 71d05a2c7b pg_visibility: Add pg_truncate_visibility_map function. 10 years ago
Robert Haas 20eb2731b7 Update dblink extension for parallel query. 10 years ago
Robert Haas 177c56d608 postgres_fdw: Rephrase comment. 10 years ago
Robert Haas e472ce9624 Add integrity-checking functions to pg_visibility. 10 years ago
Robert Haas 13e7453135 Update xml2 extension for parallel query. 10 years ago
Robert Haas 20f6c3a2a1 Update uuid-ossp extension for parallel query. 10 years ago
Robert Haas 202ac08c08 Update unaccent extension for parallel query. 10 years ago
Robert Haas 6b7d11ffda Update sslinfo extension for parallel query. 10 years ago