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