aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Fix a few typos in comments in GiN.Neil Conway2007-02-01
* Revert error message change for may/can/might --- needs discussion.Bruce Momjian2007-01-31
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-31
* Revert gincostestimate changes.Teodor Sigaev2007-01-31
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Update documentation for pg_get_serial_sequence() function.Bruce Momjian2007-01-30
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane2007-01-29
* Update process termination message to display signal number and nameBruce Momjian2007-01-29
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-28
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-28
* Remove some unnecessary conversion work in build_regtype_array().Tom Lane2007-01-28
* Repair oversight in creation of "append relations": we should set upTom Lane2007-01-28
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-28
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-28
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28