summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-08-13Make sequence_range GUC to be part of COORDINATORS group.Pavan Deolasee
2015-08-05Fix issues with ANALYZE commandPavan Deolasee
2015-08-05Turn a message about buffering connection to DEBUG2 from LOGPavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-07-17Force XID assignment before a snapshot is obtained on a local coordinatorPavan Deolasee
2015-07-03Handle deferred triggers and close portals before starting 2 phase commitPavan Deolasee
2015-07-02Add support to receive error HINTs from remote nodes and send it back to thePavan Deolasee
2015-07-01Add necessary machinery to support for TABLESAMPLE clausePavan Deolasee
2015-07-01Do not error out if transaction type is INTERNALOID for aggregatesPavan Deolasee
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
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-25Propogate ALTER TABLE ALL IN correctly to all nodesPavan Deolasee
2015-06-24Do not use storm_catalogPavan Deolasee
2015-06-23Update get_relation_info comment.Robert Haas
2015-06-23Find and remember node id of the remote node as set via SET global_sessionPavan Deolasee
2015-06-22Improve inheritance_planner()'s performance for large inheritance sets.Tom Lane
2015-06-22Adjust out and read functions for TableSampleClause to honor portable out/readPavan Deolasee
2015-06-22Fire remote DDLs correctly even if utility.c decides to route the statement viaPavan Deolasee
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