Commit Graph

37414 Commits (ec5896aed3c01da24c1f335f138817e9890d68b6)
 

Author SHA1 Message Date
Andres Freund ec5896aed3 Fix several weaknesses in slot and logical replication on-disk serialization. 11 years ago
Andres Freund bd4ae0f396 Add interrupt checks to contrib/pg_prewarm. 11 years ago
Noah Misch 28245b8424 Use just one database connection in the "tablespace" test. 11 years ago
Peter Eisentraut 8339f33d68 Message improvements 11 years ago
Robert Haas f1abd78be7 Remove incorrect comment. 11 years ago
Tom Lane f2ad2bdd0a Loop when necessary in contrib/pgcrypto's pktreader_pull(). 11 years ago
Tom Lane 2edfc021c6 Fix dependency searching for case where column is visited before table. 11 years ago
Fujii Masao 1871c89202 Add generate_series(numeric, numeric). 11 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Heikki Linnakangas ae667f778d Really fix compilation failure on MIPS. 11 years ago
Heikki Linnakangas baf7b3a503 Fix compilation failure on MIPS. 11 years ago
Alvaro Herrera a590f266e4 BRIN: fix bug in xlog backup block counting 11 years ago
Robert Haas c8df9477f8 Fix potential NULL-pointer dereference. 11 years ago
Tom Lane bf7ca15875 Ensure that RowExprs and whole-row Vars produce the expected column names. 11 years ago
Alvaro Herrera 1e0b4365c2 Further code and wording tweaks in BRIN 11 years ago
Kevin Grittner 96a73fcdac Fix compiler warning for non-assert builds. 11 years ago
Robert Haas 095d40123c Tab complete second argument to \c with role names. 11 years ago
Bruce Momjian 67067f9ae3 C comment: mention 1500-02-29 as an invalid date 11 years ago
Alvaro Herrera b89ee54e20 Fix some coding issues in BRIN 11 years ago
Peter Eisentraut 926f5cea47 pg_basebackup: Adjust tests for long file name issues 11 years ago
Peter Eisentraut 552faefd68 doc: Update pg_receivexlog note 11 years ago
Robert Haas 0b03e5951b Introduce custom path and scan providers. 11 years ago
Heikki Linnakangas 7250d8535b Fix building with WAL_DEBUG. 11 years ago
Robert Haas 5ea86e6e65 Use the sortsupport infrastructure in more cases. 11 years ago
Robert Haas 99e8f08fab Update pg_xlogdump's .gitignore for brindesc.c. 11 years ago
Alvaro Herrera 0e892e04ef Fix serial schedule 11 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Heikki Linnakangas 1961b1c131 Fix generation of SP-GiST vacuum WAL records. 11 years ago
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