index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2007-02-08
Rearrange use of plpgsql_add_initdatums() so that only the parsing of a
Tom Lane
2007-02-08
Fix bug when localized to_char() day or month names were incorectly
Bruce Momjian
2007-02-08
This patch fixes shared_preload_libraries on Windows hosts. It forces
Bruce Momjian
2007-02-08
Win32 regression test fixes:
Bruce Momjian
2007-02-08
Fix reference-after-free in the new btree page split code, as reported by
Alvaro Herrera
2007-02-08
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
Reduce WAL activity for page splits:
Bruce Momjian
2007-02-08
Check if the role exists before doing more complex ident and Kerberos
Bruce Momjian
2007-02-08
Fix bug in our code when using to_timestamp() or to_date() without "TM".
Bruce Momjian
2007-02-07
Add a function pg_stat_clear_snapshot() that discards any statistics snapshot
Tom Lane
2007-02-07
Modify the stats regression test to delay until the stats file actually
Tom Lane
2007-02-07
Remove the xlog-centric "database system is ready" message and replace it with
Tom Lane
2007-02-07
The VC++ build needs to compile the new strlcat.c file. Patch from Magnus
Alvaro Herrera
2007-02-07
Replace some strncpy() by strlcpy().
Peter Eisentraut
2007-02-07
Add strlcat() from OpenBSD, to be used for replacing strncat and other
Peter Eisentraut
2007-02-06
Fix an error in the original coding of holdable cursors: PersistHoldablePortal
Tom Lane
2007-02-06
Remove typmod checking from the recent security-related patches. It turns
Tom Lane
2007-02-06
Fix typo in comment.
Tom Lane
2007-02-06
Remove some dead code, per Heikki.
Tom Lane
2007-02-06
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
Peter Eisentraut
2007-02-06
Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans
Tom Lane
2007-02-06
Come to think of it, we should check that commutator pairs have the same
Tom Lane
2007-02-06
Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases
Tom Lane
2007-02-05
Pass modern COPY syntax to backend, since copy (query) does not accept old sy...
Andrew Dunstan
2007-02-05
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-04
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-04
Change vacuum lazy "compacting" warning message to:
Bruce Momjian
2007-02-03
Update SQL conformance information about XML features.
Peter Eisentraut
2007-02-03
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-02-02
This patch changes the installscript for vcbuild to actually parse the
Neil Conway
2007-02-02
Applied Magnus Hagander's patch to take away some compiler warnings.
Michael Meskes
2007-02-02
Cleaned up va_list handling. Hopefully this now works on all archs.
Michael Meskes
2007-02-02
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-01
Update some of the "expected" regression test results for Bruce's
Neil Conway
2007-02-01
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
Fix a few typos in comments in GiN.
Neil Conway
2007-01-31
Update comment.
Bruce Momjian
2007-01-31
Revert error message change for may/can/might --- needs discussion.
Bruce Momjian
2007-01-31
Update documentation on may/can/might:
Bruce Momjian
2007-01-31
Add missing Makefile dependencies for the "bigtest" and "bigcheck"
Neil Conway
2007-01-31
Rewrite uuid input and output routines to avoid dependency on the
Neil Conway
2007-01-31
Fix initdb to not generate misleading error messages when postgres.bki
Tom Lane
2007-01-31
Revert gincostestimate changes.
Teodor Sigaev
2007-01-31
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-30
Repair oversights in the mechanism used to store compiled plpgsql functions.
Tom Lane
2007-01-30
Add SPI_push/SPI_pop calls so that datatype input and output functions called
Tom Lane
2007-01-30
Update documentation for pg_get_serial_sequence() function.
Bruce Momjian
2007-01-30
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
[next]