Commit Graph

38695 Commits (e66a45344ff33d64aa6ff50673ff9fe8577ea6db)
 

Author SHA1 Message Date
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
Robert Haas 8a8c581a8c Remove unnecessary NULL test. 10 years ago
Robert Haas 31c018ecda release notes: Combine items for pg_upgrade and pg_upgrade_support moves. 10 years ago
Robert Haas 9043ef390f Don't warn about creating temporary or unlogged hash indexes. 10 years ago
Robert Haas 91118f1a59 Reduce log level for background worker events from LOG to DEBUG1. 10 years ago
Andres Freund 1b468a131b Fix the fallback memory barrier implementation to be reentrant. 10 years ago
Robert Haas 5ca611841b Improve handling of CustomPath/CustomPlan(State) children. 10 years ago
Heikki Linnakangas 4b8e24b9ad Fix a couple of bugs with wal_log_hints. 10 years ago
Robert Haas f7bb7f0625 Allow background workers to connect to no particular database. 10 years ago
Tom Lane 5d1ff6bd55 Fix the logic for putting relations into the relcache init file. 10 years ago
Tom Lane d759b7eb6a Docs: fix claim that to_char('FM') removes trailing zeroes. 10 years ago
Fujii Masao 0b157a0dad Add index terms for functions jsonb_set and jsonb_pretty. 10 years ago
Robert Haas 51d0fe5d56 Update get_relation_info comment. 10 years ago
Heikki Linnakangas 9cb36981fb Add missing newline to debug-message. 10 years ago
Peter Eisentraut e98d635d5d pg_rewind: Improve message wording 10 years ago
Peter Eisentraut 747781f25e pg_basebackup: Remove redundant newline in error message 10 years ago
Tom Lane 2cb9ec1bcb Improve inheritance_planner()'s performance for large inheritance sets. 10 years ago
Robert Haas da9ee026a0 psql: Add some tab completion for TABLESAMPLE. 10 years ago
Noah Misch 4318118edd Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). 10 years ago
Alvaro Herrera ad89a5d115 Add transforms to pg_get_object_address and friends 10 years ago
Andres Freund 667912aee6 Improve multixact emergency autovacuum logic. 10 years ago
Andres Freund 90231cd518 Add missing check for wal_debug GUC. 10 years ago
Peter Eisentraut 103382abf8 PL/Perl: Add alternative expected file for Perl 5.22 10 years ago