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
/
backend
Age
Commit message (
Expand
)
Author
1999-09-30
Added utils/adt/ri_triggers with empty shells for the
Jan Wieck
1999-09-30
Removed (useless) pg_proc_prosrc_index
Jan Wieck
1999-09-30
Reverse out getopt patch --- turns out it doesn't help on my
Tom Lane
1999-09-30
Un-break optarg() call --- some peoples' optarg libraries
Tom Lane
1999-09-30
Hmm, guess I forgot to commit this file the other day ...
Tom Lane
1999-09-29
Added nbtree operator class for NUMERIC
Jan Wieck
1999-09-29
Disable new FROM-clause warning.
Bruce Momjian
1999-09-29
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-28
Add subquery mention in auto-create table entry.
Bruce Momjian
1999-09-28
Fix for AIX dynaloader from Zeugswetter Andrea
Bruce Momjian
1999-09-28
More cleanup for | and ^.
Bruce Momjian
1999-09-28
More cleanup for | and ^.
Bruce Momjian
1999-09-28
Fix for creation of operator |.
Bruce Momjian
1999-09-28
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
heap_close(rel, AccessShareLock);
Vadim B. Mikheev
1999-09-28
I have been working with user defined types and user defined c
Bruce Momjian
1999-09-28
Reverse out last scan.l patch for minus handling.\
Bruce Momjian
1999-09-28
Fix nodeAgg coredump in case where lower-level plan has
Tom Lane
1999-09-27
Sorry, guys. Here is the ultimate patch which keeps the entire
Bruce Momjian
1999-09-27
Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.
Bruce Momjian
1999-09-27
Cancel query support from Massimo
Bruce Momjian
1999-09-27
Following advice from Michael Ansley, I broke up the patch in
Bruce Momjian
1999-09-27
Currently,only the first column of multi-column indices
Bruce Momjian
1999-09-27
Emit warning on SELECT pg_language.*
Bruce Momjian
1999-09-27
Fix to give super user and createdb user proper update catalog rights.
Bruce Momjian
1999-09-27
Transaction log manager core code.
Vadim B. Mikheev
1999-09-27
Add README.SSL
Bruce Momjian
1999-09-27
Lots of patches coming in from me today :-)
Bruce Momjian
1999-09-26
Modify nodeAgg.c so that no rows are returned for a GROUP BY
Tom Lane
1999-09-26
Implement constant-expression simplification per Bernard
Tom Lane
1999-09-24
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-23
Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0
Bruce Momjian
1999-09-23
Add TRUNCATE command, with psql help and sgml additions.
Bruce Momjian
1999-09-21
values.h patch from Alex Howansky
Bruce Momjian
1999-09-19
Remove incorrect 'Assert(targetList != NULL)'. An
Tom Lane
1999-09-18
Fix CASE bug identified by Keith Parks: CASE didn't reliably
Tom Lane
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-16
Changes made by Hiroshi Inoue and approved by Vadim.
Tatsuo Ishii
1999-09-14
Allow ISOLATION and LEVEL as column names. These are SQL92 reserved words
Thomas G. Lockhart
1999-09-13
Allow CASE statement to contain *only* untyped result clauses or nulls.
Thomas G. Lockhart
1999-09-13
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-12
cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h
Marc G. Fournier
1999-09-12
Further improvements in cnfify: reduce amount of self-recursion
Tom Lane
1999-09-11
Eliminate query length limitation imposed by pg_client_to_server
Tom Lane
1999-09-11
Eliminate token length assumption in scanstr().
Tom Lane
1999-09-11
Eliminate elog()'s hardwired limit on length of an error message.
Tom Lane
1999-09-09
Repair incorrect cleanup of heap memory allocation during
Tom Lane
1999-09-09
Minor improvement in SI overflow logic: try to delete
Tom Lane
1999-09-09
Get rid of elog(DEBUG) in snprintf emulation ... it's just
Tom Lane
1999-09-09
Repair error noticed by Roberto Cornacchia: selectivity code
Tom Lane
[next]