summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-10-21Correct predicate locking for DROP INDEX CONCURRENTLY.Kevin Grittner
2012-10-19Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-19Fix orphan on cancel of drop index concurrently.Simon Riggs
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-18Code review for inline-list patch.Tom Lane
2012-10-18Re-think guts of DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane
2012-10-17Revert "Use "transient" files for blind writes, take 2".Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-16When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian
2012-10-15Fix typo in comment.Heikki Linnakangas
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-12Get rid of COERCE_DONTCARE.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-10Update obsolete comment.Tom Lane
2012-10-10Fix PGXS support for building loadable modules on AIX.Tom Lane
2012-10-09Remove unnecessary overhead in backend's large-object operations.Tom Lane
2012-10-09Fix silly bug in previous refactoring.Heikki Linnakangas
2012-10-09Put the logic to wait for WAL in standby mode to a separate function.Heikki Linnakangas
2012-10-09Remove stray newline in comment.Heikki Linnakangas
2012-10-09Remove generation of repl_gram.hPeter Eisentraut
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Fix thinko in previous commitAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-08Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas
2012-10-08Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas
2012-10-07Fix typo in previous MSC commit.Andrew Dunstan
2012-10-07Quiet a few MSC compiler warnings.Andrew Dunstan
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-05Use the regular main processing loop also in walsenders.Heikki Linnakangas
2012-10-05getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane
2012-10-05Remove redundant code for getnameinfo() replacementPeter Eisentraut
2012-10-04Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-04Fix typo in comment, and reword it slightly while we're at it.Heikki Linnakangas
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-03REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera
2012-10-03Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas
2012-10-03Fix two bugs introduced in the xlog.c split.Heikki Linnakangas