summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-12-16Fix more hash index bugs around marking buffers dirty.Robert Haas
2016-12-16Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas
2016-12-16Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas
2016-12-15Sync our copy of the timezone library with IANA release tzcode2016j.Tom Lane
2016-12-15Add missing newline in messageMagnus Hagander
2016-12-13Improve handling of array elements as getdiag_targets and cursor_variables.Tom Lane
2016-12-13Prevent planagg.c from failing on queries containing CTEs.Tom Lane
2016-12-13Fix bug in hashbulkdelete.Robert Haas
2016-12-13Fix bugs in RelationGetPartitionDispatchInfo.Robert Haas
2016-12-13Clean up code, comments, and formatting for table partitioning.Robert Haas
2016-12-13Update typedefs.listRobert Haas
2016-12-12Remove should_free arguments to tuplesort routines.Robert Haas
2016-12-12Catversion bump for temporary replication slots.Tom Lane
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-12-12psql: Fix incorrect version check for table partitining.Robert Haas
2016-12-12Fix creative, but unportable, spelling of "ptr != NULL".Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2016-12-12Fix two thinkos related to strong random keys.Heikki Linnakangas
2016-12-11Use "%option prefix" to set API names in ecpg's lexer.Tom Lane
2016-12-11Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane
2016-12-09Be more careful about Python refcounts while creating exception objects.Tom Lane
2016-12-09Fix crasher bug in array_position(s)Alvaro Herrera
2016-12-08Fix thinko in safeguard for negative availMem.Heikki Linnakangas
2016-12-08Fix bogus comment.Robert Haas
2016-12-08Silence compiler warning.Robert Haas
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-08Fix quoting and a compiler warning in dumping partitions.Heikki Linnakangas
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-08Fix accounting of memory needed for merge heap.Heikki Linnakangas
2016-12-07Replace references to COLLATE "en_CA" with COLLATE "POSIX".Robert Haas
2016-12-07Replace references to COLLATE "en_US" with COLLATE "C".Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-07Restore psql's SIGPIPE setting if popen() fails.Tom Lane
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-12-07Fix query cancellation.Heikki Linnakangas
2016-12-07Fix whitespace.Heikki Linnakangas
2016-12-07Silence compiler warningsStephen Frost
2016-12-07Fix unsafe assumption that struct timeval.tv_sec is a "long".Tom Lane
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-12-06Bump catversion for restrictive RLS changesStephen Frost
2016-12-06Remove extraneous semicolon from uses of relptr_declare().Tom Lane
2016-12-05Ensure gatherstate->nextreader is properly initialized.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-12-05dsa: Cope with the possibility that SIZE_MAX is not defined.Robert Haas
2016-12-05libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.Robert Haas