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
/
commands
Age
Commit message (
Expand
)
Author
1999-10-25
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-15
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-07
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-03
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-02
Allow CREATE FUNCTION's WITH clause to be used for all language types,
Tom Lane
1999-09-30
Added utils/adt/ri_triggers with empty shells for the
Jan Wieck
1999-09-29
This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.
Jan Wieck
1999-09-28
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
I have been working with user defined types and user defined c
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
Fix to give super user and createdb user proper update catalog rights.
Bruce Momjian
1999-09-24
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-23
Add TRUNCATE command, with psql help and sgml additions.
Bruce Momjian
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-11
Eliminate query length limitation imposed by pg_client_to_server
Tom Lane
1999-09-11
Eliminate elog()'s hardwired limit on length of an error message.
Tom Lane
1999-09-04
Remove no-longer-needed code to update temprel's copy of
Tom Lane
1999-08-31
Minor improvements to stringinfo package to make it more
Tom Lane
1999-08-25
Fix vacuum's memory consumption
Tatsuo Ishii
1999-08-22
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-16
EXPLAIN didn't know about 'Materialize' plan nodes.
Tom Lane
1999-08-09
> > Prevent sorting if result is already sorted
Bruce Momjian
1999-08-09
Store -1 in attdisbursion to signal 'no duplicates in column'.
Tom Lane
1999-08-08
For a unique-key attribute (no duplicate values), vacuum analyze
Tom Lane
1999-08-01
First step in fixing selectivity-estimation code. eqsel and
Tom Lane
1999-07-30
Make usecatupd disabled for normal users, and allow normal users to
Bruce Momjian
1999-07-22
Plug several holes in backend's ability to cope with
Tom Lane
1999-07-19
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-18
configure cleanup
Bruce Momjian
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
Fix incorrect declaration of rtentry as 'ResTarget' where it
Tom Lane
1999-07-16
More cleanup
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-16
Update #include cleanups
Bruce Momjian
1999-07-15
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-07
Fix spelling of variable name.
Bruce Momjian
1999-07-07
Fix misspelling.
Bruce Momjian
1999-07-03
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-06-19
Change form() to varargform() to prevent portability problems.
Bruce Momjian
1999-06-17
Explain didn't handle inheritance correctly (it didn't
Tom Lane
1999-06-17
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
Bruce Momjian
1999-06-12
Fix critical error noticed by Massimo: copy.c used to have a
Tom Lane
1999-06-11
Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :
Vadim B. Mikheev
1999-06-10
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-06
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-03
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
Vadim B. Mikheev
1999-05-29
1. Run all pg_dump queries in single serializable transaction.
Vadim B. Mikheev
[next]