summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-05-27Preserve caller's memory context in ProcessCompletedNotifies().Tom Lane
2011-05-26Make decompilation of optimized CASE constructs more robust.Tom Lane
2011-05-25Add C comment about why we don't spell out "month" in interval values.Bruce Momjian
2011-05-24Cleanup for pull-up-isReset patch.Tom Lane
2011-05-24Add a "local" replication sample entryPeter Eisentraut
2011-05-24Avoid uninitialized bits in the result of QTN2QT().Tom Lane
2011-05-23Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas
2011-05-23Install defenses against overflow in BuildTupleHashTable().Tom Lane
2011-05-21Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas
2011-05-21Reset per-tuple memory context between every row in a scan node, even whenHeikki Linnakangas
2011-05-20Message style improvementsPeter Eisentraut
2011-05-19Consistent spacing for lengthy error messagesPeter Eisentraut
2011-05-19Add example for replication in pg_hba.confMagnus Hagander
2011-05-19Fix race condition in CheckTargetForConflictsIn.Robert Haas
2011-05-18Spell checking and markup refinementPeter Eisentraut
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas
2011-05-12Kill stray "not".Robert Haas
2011-05-12Fix assorted typosAlvaro Herrera
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-05-11Clean up parsing of CREATE TRIGGER's argument list.Tom Lane
2011-05-11Shut down WAL receiver if it's still running at end of recovery. We used toHeikki Linnakangas
2011-05-11Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane
2011-05-10Adjust documentation with respect to "unknown" timezone setting.Tom Lane
2011-05-09Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian
2011-05-07Add comment about memory reordering to PredicateLockTupleRowVersionLink.Robert Haas
2011-05-06Move RegisterPredicateLockingXid() call to a safer place.Tom Lane
2011-05-06Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.Tom Lane
2011-05-05Clarify error message when attempting to create index on foreign tableMagnus Hagander
2011-05-02Fix pull_up_sublinks' failure to handle nested pull-up opportunities.Tom Lane
2011-05-02Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane
2011-05-01Make CLUSTER lock the old table's toast table before copying data.Tom Lane
2011-04-30Lowercase status labels in pg_stat_replication view.Bruce Momjian
2011-04-29Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().Tom Lane
2011-04-29Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane
2011-04-28Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-27Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane
2011-04-27Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan
2011-04-27Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan
2011-04-27Use an explicit format string to keep the compiler happy.Andrew Dunstan
2011-04-26Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane
2011-04-26Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane
2011-04-26Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.Tom Lane
2011-04-25Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2011-04-25Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-25Add fast paths for cases when no serializable transactions are running.Robert Haas