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
2002-11-23
This patch implements FOR EACH STATEMENT triggers, per my email to
Bruce Momjian
2002-11-22
Redesign internal logic of nodeLimit so that it does not need to fetch
Tom Lane
2002-11-22
Fix a dozen or so places that were passing unpredictable data strings
Tom Lane
2002-11-22
Quote database name properly when invoking pg_dump. Per report from
Tom Lane
2002-11-22
TAS code originally written for s390 (32-bit) does not work for s390x
Tom Lane
2002-11-21
Fix breakage in new-in-7.3 timetz_zone() function: was giving random
Tom Lane
2002-11-21
Wups, stuck ORDER BY on wrong query while trying to eliminate random
Tom Lane
2002-11-21
Code review for superuser_reserved_connections patch. Don't try to do
Tom Lane
2002-11-21
NetBSD versions 1.6 and (we hope) later can use the standard geometry
Tom Lane
2002-11-21
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-20
Fix a dumb cut and paste error from my last commit and update some of the
Barry Lind
2002-11-20
Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatch
Barry Lind
2002-11-19
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
Update regression for ALL missing from CLUSTER.
Bruce Momjian
2002-11-19
Most of the code follows the American spelling of the word, which is
Bruce Momjian
2002-11-18
Remove ALL from CLUSTER ALL. Use just CLUSTER.
Bruce Momjian
2002-11-18
Put back error test for DECLARE CURSOR outside a transaction block ...
Tom Lane
2002-11-18
Suppress compile warning, avoid possible problems with signed vs. unsigned
Tom Lane
2002-11-17
Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-size
Tom Lane
2002-11-16
Fix CLUSTER regression failure caused by new patch, from Neil Conway
Bruce Momjian
2002-11-15
Add relcache support for system catalogs with attnotnull columns.
Tom Lane
2002-11-15
Synced parser.
Michael Meskes
2002-11-15
New version attached. The following is implemented:
Bruce Momjian
2002-11-15
Clean up psql:
Bruce Momjian
2002-11-15
pg_dump for domain constraints.
Bruce Momjian
2002-11-15
Add DOMAIN check constraints.
Bruce Momjian
2002-11-15
Add checkpoint_warning to warn of excessive checkpoints caused by too
Bruce Momjian
2002-11-15
Push qual clauses containing subplans to the back of the qual list
Tom Lane
2002-11-15
Rename hostname_lookup to log_hostname.
Bruce Momjian
2002-11-15
Rename show_source_port to log_source_port.
Bruce Momjian
2002-11-15
Rename show_btree_build_stats to log_btree_build_stats
Bruce Momjian
2002-11-15
Rename:
Bruce Momjian
2002-11-14
Rename server_min_messages to log_min_messages. Part of consolidation
Bruce Momjian
2002-11-14
Fix planning bug introduced in recent code reorganization for hashed
Tom Lane
2002-11-14
Applied patch submitted by Mats Lofkvist fixing serious threading problem int...
Barry Lind
2002-11-14
There was an error in the gcc portion of the patch I sent you. Here is
Bruce Momjian
2002-11-13
Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...
Tom Lane
2002-11-13
Use cat instead of echo or awk, to avoid portability problems with backslashes.
Tom Lane
2002-11-13
Update xact.c comments for clarity.
Bruce Momjian
2002-11-13
Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end
Bruce Momjian
2002-11-13
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
Split MemSet into three parts to constant comparisons can be optimized
Bruce Momjian
2002-11-12
Update AIX resultmap for horology tests, per Andreas.
Tom Lane
2002-11-12
Improve comment: add note that grotty special case in mdread() is
Tom Lane
2002-11-12
Fix broken GB18030 <--> UTF-8 conversion map
Tatsuo Ishii
2002-11-12
Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
Tom Lane
2002-11-11
Code review for ON COMMIT patch. Make the actual on-commit action happen
Tom Lane
2002-11-11
Fixes bug where join to pg_description was incorrect. Also modifies the
Barry Lind
2002-11-11
Add cast to suppress compile warning on Alphas.
Tom Lane
2002-11-11
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
[next]