summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2007-02-15Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane
2007-02-14Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.Bruce Momjian
2007-02-14Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian
2007-02-14Fix capitalization and punctuation of two more GUC description strings.Neil Conway
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-13Disallow committing a prepared transaction unless we are in the same databaseTom Lane
2007-02-13Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane
2007-02-13Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander
2007-02-13Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane
2007-02-13Add comment that to_char() for broken glibc pt_BR might cause a problem.Bruce Momjian
2007-02-12Avoid infinite recursion when dumping new planner EquivalenceClass trees.Tom Lane
2007-02-11Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut
2007-02-11Fix for early log messages during postmaster startup getting lost whenMagnus Hagander
2007-02-10Add proper mapping of boolean type data to XML Schema.Peter Eisentraut
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-09Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Remove blank lines in code.Bruce Momjian
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-09Remove blank line from C code.Bruce Momjian
2007-02-08Fix bug when localized to_char() day or month names were incorectlyBruce Momjian
2007-02-08This patch fixes shared_preload_libraries on Windows hosts. It forcesBruce Momjian
2007-02-08Fix reference-after-free in the new btree page split code, as reported byAlvaro Herrera
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-08Reduce WAL activity for page splits:Bruce Momjian
2007-02-08Check if the role exists before doing more complex ident and KerberosBruce Momjian
2007-02-08Fix bug in our code when using to_timestamp() or to_date() without "TM".Bruce Momjian
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Remove the xlog-centric "database system is ready" message and replace it withTom Lane
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-06Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane
2007-02-06Remove typmod checking from the recent security-related patches. It turnsTom Lane
2007-02-06Fix typo in comment.Tom Lane
2007-02-06Remove some dead code, per Heikki.Tom Lane
2007-02-06Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut
2007-02-06Fix a performance regression in 8.2: optimization of MIN/MAX into indexscansTom Lane
2007-02-06Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane
2007-02-05Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane
2007-02-04Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane
2007-02-04Change vacuum lazy "compacting" warning message to:Bruce Momjian
2007-02-03Update SQL conformance information about XML features.Peter Eisentraut
2007-02-03Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut
2007-02-02Repair failure to check that a table is still compatible with a previouslyTom Lane
2007-02-02Repair insufficiently careful type checking for SQL-language functions:Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-02-01Fix a few typos in comments in GiN.Neil Conway
2007-01-31Revert error message change for may/can/might --- needs discussion.Bruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-31Revert gincostestimate changes.Teodor Sigaev