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-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
1999-05-26
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-25
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
pgindent run over code.
Bruce Momjian
1999-05-23
Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.
Vadim B. Mikheev
1999-05-20
Generate distinct error messages for trigger function not found
Tom Lane
1999-05-17
All works on linux now by my tests and regression(with patch below).
Bruce Momjian
1999-05-10
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-09
Rearrange top-level rewrite operations so that EXPLAIN works
Tom Lane
1999-05-09
Mistyping by me.
Vadim B. Mikheev
1999-05-03
here are some patches for 6.5.0 which I already submitted but have never
Bruce Momjian
1999-05-01
Arrange for VACUUM to delete the init file that relcache.c uses
Tom Lane
1999-04-25
My first cut at libpq revision didn't handle MULTIBYTE correctly,
Tom Lane
1999-04-25
Revise backend libpq interfaces so that messages to the frontend
Tom Lane
1999-04-23
Rename explain's "size" to "rows".
Bruce Momjian
1999-04-13
Fix adding columns to a temp table.
Bruce Momjian
1999-04-12
Some comments...
Vadim B. Mikheev
1999-04-09
Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while
Tom Lane
1999-04-02
Repair problems with omitted password and VALID UNTIL
Tom Lane
1999-04-02
Clean up compile errors and warnings, cf Billy Allie's
Tom Lane
1999-03-30
Small cleanups.
Bruce Momjian
1999-03-28
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-23
Remove Tee code, move to _deadcode.
Bruce Momjian
1999-03-23
cleanups
Bruce Momjian
1999-03-17
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-16
Fix snprintf with strings, and nextval('"Aa"');
Bruce Momjian
1999-03-16
Here is a patch.
Bruce Momjian
1999-03-15
Drop buffers before destroying database files.
Bruce Momjian
1999-03-14
Hello,
Bruce Momjian
1999-03-09
Changes to fix/improve the dynamic loading on NT
Marc G. Fournier
[next]