Commit Graph

37436 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)
 

Author SHA1 Message Date
Heikki Linnakangas 2effb72e68 Remove obsolete cases from GiST update redo code. 11 years ago
Tom Lane d6e37b35cd Cope with more than 64K phrases in a thesaurus dictionary. 11 years ago
Tom Lane 4875931938 Fix normalization of numeric values in JSONB GIN indexes. 11 years ago
Fujii Masao 5332b8cec5 Prevent the unnecessary creation of .ready file for the timeline history file. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Fujii Masao d2b8a2c7ec Fix typo in comment. 11 years ago
Fujii Masao 08309aaf74 Implement IF NOT EXIST for CREATE INDEX. 11 years ago
Bruce Momjian 171c377a0a C comment: mention why the Gregorian calendar is used pre-1582 11 years ago
Tom Lane 525a489915 Remove the last vestige of server-side autocommit. 11 years ago
Robert Haas c30be9787b Fix thinko in commit 2bd9e412f9. 11 years ago
Tom Lane 465d7e1882 Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 11 years ago
Tom Lane 66c029c842 Fix volatility markings of some contrib I/O functions. 11 years ago
Peter Eisentraut e809fa2c80 doc: Move misplaced paragraph 11 years ago
Tom Lane 33f80f8480 Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Heikki Linnakangas 404bc51cde Remove support for 64-bit CRC. 11 years ago
Robert Haas 585e0b9b27 pqmq.h needs to include something that defines StringInfo. 11 years ago
Tom Lane f443de873e Docs: fix incorrect spelling of contrib/pgcrypto option. 11 years ago
Noah Misch 1ed8e771ad Remove dead-since-introduction pgcrypto code. 11 years ago
Noah Misch c40212baf6 Clarify .def file comments. 11 years ago
Noah Misch 00c07e497f Re-remove dependency on the DLL of pythonxx.def file. 11 years ago
Noah Misch 67a4120494 Make ECPG test programs depend on "ecpg$(X)", not "ecpg". 11 years ago
Noah Misch 8463195217 Fix win32setlocale.c const-related warnings. 11 years ago
Peter Eisentraut 9522efdae1 Fix generation of INSTALL file by removing link 11 years ago
Peter Eisentraut a409b464f9 Add configure --enable-tap-tests option 11 years ago
Peter Eisentraut 3e81a33d79 PL/Python: Fix example 11 years ago
Robert Haas 2bd9e412f9 Support frontend-backend protocol communication using a shm_mq. 11 years ago
Peter Eisentraut 252e652ede doc: Fix typos 11 years ago
Peter Eisentraut 50709a1d42 doc: Wording and formatting improvements in new logical decoding docs 11 years ago
Peter Eisentraut 5bd91e3a83 doc: Improve CREATE VIEW / WITH documentation 11 years ago
Robert Haas f7102b0463 Extend dsm API with a new function dsm_unpin_mapping. 11 years ago
Tom Lane fd0f651a86 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. 11 years ago
Robert Haas 6057c212f3 "Pin", rather than "keep", dynamic shared memory mappings and segments. 11 years ago
Peter Eisentraut 7912f9b7dc Remove use of TAP subtests 11 years ago
Tom Lane e0722d9cb5 Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
Robert Haas 6cb4afff33 Avoid setup work for invalidation messages at start-of-(sub)xact. 11 years ago
Heikki Linnakangas 8f8314b560 Reset error message at PQreset() 11 years ago
Tom Lane a00d468e65 Remove obsolete commentary. 11 years ago
Heikki Linnakangas 18f158ef69 Remove unnecessary assignment. 11 years ago
Noah Misch c0e190365b MinGW: Include .dll extension in .def file LIBRARY commands. 11 years ago
Robert Haas 7f609a10ad Add missing equals signs to pg_recvlogical documentation. 11 years ago
Heikki Linnakangas 22926e00f7 Fix two bugs in tsquery @> operator. 11 years ago
Bruce Momjian a4da35a0d2 Add variable names to two LWLock C prototypes 11 years ago
Tom Lane f455fcfdb8 Avoid unportable strftime() behavior in pg_dump/pg_dumpall. 11 years ago
Tom Lane 9711fa0608 Fix undersized result buffer in pset_quoted_string(). 11 years ago
Tom Lane a4523c5aa5 Improve planning of btree index scans using ScalarArrayOpExpr quals. 11 years ago
Peter Eisentraut 17009fb9eb Fix TAP tests with Perl 5.12 11 years ago
Peter Eisentraut 5c3d830e44 Fix TAP tests with Perl 5.8 11 years ago
Andres Freund 4a54b99e9c Add native compiler and memory barriers for solaris studio. 11 years ago
Heikki Linnakangas db29620d4d Work around Windows locale name with non-ASCII character. 11 years ago