summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-08Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane
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-08Win32 regression test fixes:Bruce 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-07Modify the stats regression test to delay until the stats file actuallyTom Lane
2007-02-07Remove the xlog-centric "database system is ready" message and replace it withTom Lane
2007-02-07The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter 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-06Come to think of it, we should check that commutator pairs have the sameTom Lane
2007-02-06Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane
2007-02-05Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan
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-02This patch changes the installscript for vcbuild to actually parse theNeil Conway
2007-02-02Applied Magnus Hagander's patch to take away some compiler warnings.Michael Meskes
2007-02-02Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes
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-01Update some of the "expected" regression test results for Bruce'sNeil Conway
2007-02-01Fix plpgsql so that when a local variable has no initial-value expression,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-31Update comment.Bruce Momjian
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-31Add missing Makefile dependencies for the "bigtest" and "bigcheck"Neil Conway
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-31Fix initdb to not generate misleading error messages when postgres.bkiTom Lane
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-30Repair oversights in the mechanism used to store compiled plpgsql functions.Tom Lane
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
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