Commit Graph

38667 Commits (726117243022178e72966cbffdfb9147ec6dbbcc)
 

Author SHA1 Message Date
Heikki Linnakangas 7261172430 Remove obsolete heap_formtuple/modifytuple/deformtuple functions. 10 years ago
Heikki Linnakangas a3fd7afe30 Remove "const" from convertTSFunction()'s return type. 10 years ago
Heikki Linnakangas f712289ffa Plug some trivial memory leaks in pg_dump and pg_upgrade. 10 years ago
Joe Conway 1fd0d5ec03 Whitespace fix - replace tab with spaces in CREATE TABLE command. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Heikki Linnakangas 7b156c1e07 Don't emit a spurious space at end of line in pg_dump of event triggers. 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Heikki Linnakangas 7931622d1d Fix name of argument to pg_stat_file. 10 years ago
Heikki Linnakangas 5b1b6bf49b Use American spelling for "behavior". 10 years ago
Andrew Dunstan d5d00294b0 Allow MSVC's contribcheck and modulescheck to run independently. 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Tom Lane 1e24cf645d Don't leave pg_hba and pg_ident data lying around in running backends. 10 years ago
Tom Lane d7c19d6855 Make sampler_random_fract() actually obey its API contract. 10 years ago
Fujii Masao 8217370864 Make XLogFileCopy() look the same as in 9.4. 10 years ago
Tom Lane 7f32dbcd73 Fix broken link in documentation. 10 years ago
Andres Freund 1561b541fd Fix typo and omission in my earlier 9.5 release notes commit. 10 years ago
Andres Freund c0b0501925 Improve 9.5 release notes. 10 years ago
Tom Lane 019f7813da Stamp shared-library minor version numbers for 9.6. 10 years ago
Tom Lane cf8d65de10 Stamp HEAD as 9.6devel. 10 years ago
Alvaro Herrera ab93f90cd3 Test -lrt for sched_yield 10 years ago
Tom Lane 131926a52d Remove useless check for NULL subexpression. 10 years ago
Heikki Linnakangas 302ac7f271 Add assertion to check the special size is sane before dereferencing it. 10 years ago
Heikki Linnakangas fdf28853ae Don't call PageGetSpecialPointer() on page until it's been initialized. 10 years ago
Robert Haas b48ecf862b In bttext_abbrev_convert, move pfree to the right place. 10 years ago
Heikki Linnakangas 47fe4d25d5 Initialize GIN metapage correctly when replaying metapage-update WAL record. 10 years ago
Tom Lane f78329d594 Stamp 9.5alpha1. 10 years ago
Tom Lane 85c25fdbd7 Desultory review of 9.5 release notes. 10 years ago
Tom Lane cbc8d65639 Code + docs review for escaping of option values (commit 11a020eb6). 10 years ago
Andres Freund 07cb8b02ab Replace ia64 S_UNLOCK compiler barrier with a full memory barrier. 10 years ago
Peter Eisentraut c5e5d444de Translation updates 10 years ago
Tom Lane 2bdc51a294 Run the C portions of guc-file.l through pgindent. 10 years ago
Tom Lane 62d16c7fc5 Improve design and implementation of pg_file_settings view. 10 years ago
Heikki Linnakangas d661532e27 Also trigger restartpoints based on max_wal_size on standby. 10 years ago
Heikki Linnakangas 6ab4d38ab0 Fix markup in docs. 10 years ago
Heikki Linnakangas a32c3ec893 Promote the assertion that XLogBeginInsert() is not called twice into ERROR. 10 years ago
Heikki Linnakangas a45c70acf3 Fix double-XLogBeginInsert call in GIN page splits. 10 years ago
Heikki Linnakangas b36805f3c5 Don't choke on files that are removed while pg_rewind runs. 10 years ago
Heikki Linnakangas cb2acb1081 Add missing_ok option to the SQL functions for reading files. 10 years ago
Kevin Grittner cca8ba9529 Fix comment for GetCurrentIntegerTimestamp(). 10 years ago
Tatsuo Ishii 527e6d3f09 Fix function declaration style to respect the coding standard. 10 years ago
Tom Lane 0a52d378b0 Avoid passing NULL to memcmp() in lookups of zero-argument functions. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Kevin Grittner 604e99396d Add opaque declaration of HTAB to tqual.h. 10 years ago
Heikki Linnakangas 7845db2aa7 Fix typo in comment 10 years ago
Simon Riggs 66fbcb0d2e Avoid hot standby cancels from VAC FREEZE 10 years ago
Alvaro Herrera 7d60b2af34 Fix DDL command collection for TRANSFORM 10 years ago
Alvaro Herrera 4028222468 Fix BRIN xlog replay 10 years ago
Robert Haas 7c02d48e69 Fix grammar. 10 years ago
Robert Haas 8f15f74a44 Be more conservative about removing tablespace "symlinks". 10 years ago
Robert Haas c66bc72e8a release notes: Add entry for commit 5ea86e6e6. 10 years ago