summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway
2015-07-06Call getsockopt() on the correct socket.Heikki Linnakangas
2015-07-06Don't set SO_SNDBUF on recent Windows versions that have a bigger default.Heikki Linnakangas
2015-07-02Fix misuse of TextDatumGetCString().Tom Lane
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-07-02Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-01Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane
2015-07-01Make sampler_random_fract() actually obey its API contract.Tom Lane
2015-07-01Make XLogFileCopy() look the same as in 9.4.Fujii Masao
2015-06-30Remove useless check for NULL subexpression.Tom Lane
2015-06-30Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas
2015-06-30In bttext_abbrev_convert, move pfree to the right place.Robert Haas
2015-06-29Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-29Run the C portions of guc-file.l through pgindent.Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-06-28Promote the assertion that XLogBeginInsert() is not called twice into ERROR.Heikki Linnakangas
2015-06-28Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-28Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-06-27Fix typo in commentHeikki Linnakangas
2015-06-26Avoid hot standby cancels from VAC FREEZESimon Riggs
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Fix BRIN xlog replayAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas
2015-06-26Reduce log level for background worker events from LOG to DEBUG1.Robert Haas
2015-06-26Fix the fallback memory barrier implementation to be reentrant.Andres Freund
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-06-26Fix a couple of bugs with wal_log_hints.Heikki Linnakangas
2015-06-25Allow background workers to connect to no particular database.Robert Haas
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-23Update get_relation_info comment.Robert Haas
2015-06-22Improve inheritance_planner()'s performance for large inheritance sets.Tom Lane
2015-06-21Add transforms to pg_get_object_address and friendsAlvaro Herrera
2015-06-21Improve multixact emergency autovacuum logic.Andres Freund
2015-06-21Add missing check for wal_debug GUC.Andres Freund
2015-06-20Fix failure to copy setlocale() return value.Noah Misch
2015-06-20Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values."Noah Misch
2015-06-20Fix thinko in comment (launcher -> worker)Alvaro Herrera
2015-06-19In immediate shutdown, postmaster should not exit till children are gone.Tom Lane
2015-06-19Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera
2015-06-19Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample.Tom Lane
2015-06-19Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas
2015-06-17Detect setlocale(LC_CTYPE, NULL) clobbering previous return values.Noah Misch