summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-30Update documentation for pg_get_serial_sequence() function.Bruce Momjian
2007-01-30Add support for cross-type hashing in hash index searches and hash joins.Tom Lane
2007-01-29Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane
2007-01-29Update process termination message to display signal number and nameBruce Momjian
2007-01-28Improve hash join to discard input tuples immediately if they can'tTom Lane
2007-01-28Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway
2007-01-28Remove some unnecessary conversion work in build_regtype_array().Tom Lane