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-10-30
Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing
Tom Lane
1999-10-30
Rearrange heap_beginscan to eliminate extra call on
Tom Lane
1999-10-30
Skip invoking set_uppernode_references() for a RESULT node
Tom Lane
1999-10-30
Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.
Tom Lane
1999-10-30
Further performance improvements in sorting: reduce number of comparisons
Tom Lane
1999-10-30
Ooops ... 6.5 coding wasn't quite right anymore. Should learn
Tom Lane
1999-10-30
Put back code in nodeAgg to generate a dummy all-nulls input tuple
Tom Lane
1999-10-29
Make USING in COPY optional.
Bruce Momjian
1999-10-29
Fix wording.
Bruce Momjian
1999-10-26
Fix compile after COMMENT problem.
Bruce Momjian
1999-10-26
Hello.
Bruce Momjian
1999-10-25
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
'extern char *pg_pathname' in these files fails to agree with
Tom Lane
1999-10-24
Add a notion of a 'catalog version number' that can indicate
Tom Lane
1999-10-23
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
Tom Lane
1999-10-22
I have a patch for postgresql-snapshot(1999-10-22).
Bruce Momjian
1999-10-21
Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,
Tom Lane
1999-10-21
Remove fixed-size buffers in rule storage routine.
Tom Lane
1999-10-19
BufFileSeek's behavior at segment boundaries wasn't what
Tom Lane
1999-10-18
Drive a stake through the heart of the last use of MAX_PARSE_BUFFER
Tom Lane
1999-10-18
Remove fixed-size literal buffer from scan.l, and repair
Tom Lane
1999-10-17
Except_Intersect_Rewrite() forgot to move LIMIT info to new
Tom Lane
1999-10-17
Change fd.c so that temp files are closed and deleted at
Tom Lane
1999-10-17
Remove now-dead sort modules.
Tom Lane
1999-10-17
Final stage of psort reconstruction work: replace psort.c with
Tom Lane
1999-10-17
Actually, nodeMergejoin shouldn't include psort.h at all...
Tom Lane
1999-10-16
nodeMergejoin was depending on an inclusion from psort.h...
Tom Lane
1999-10-16
Second phase of psort reconstruction project: add bookkeeping logic to
Tom Lane
1999-10-16
Check RELSEG_SIZE when postmaster starting up.
Tatsuo Ishii
1999-10-15
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-13
Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
Tom Lane
1999-10-12
I have created a small patch that makes possible to compile pgsql on newer
Bruce Momjian
1999-10-12
Add blcksz to struct ControlFileData to check BLCKSZ is same
Tatsuo Ishii
1999-10-11
The 1st step to implement new type of scan,TidScan.
Hiroshi Inoue
1999-10-10
Re-add mention of FAQ's for shared memory/ipc errors.
Bruce Momjian
1999-10-09
Allow \r as whitespace.
Bruce Momjian
1999-10-08
First real FOREIGN KEY constraint trigger functionality.
Jan Wieck
1999-10-08
Update display of debug levels.
Bruce Momjian
1999-10-08
clean up debug flags.
Bruce Momjian
1999-10-08
Comment cleanup.
Bruce Momjian
1999-10-08
Fix for "--" comment and no trailing newline, as seen in Perl.
Bruce Momjian
1999-10-08
Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean
Bruce Momjian
1999-10-08
Remove a no-longer-needed kluge for degenerate aggregate cases,
Tom Lane
1999-10-08
More startup/shutdown log messages.
Vadim B. Mikheev
1999-10-07
Somehow missed this call to addRangeTableEntry() ...
Tom Lane
1999-10-07
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-06
Small cleanup.
Vadim B. Mikheev
1999-10-06
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-10-06
Improve the treatment of partial(incomplete) blocks of relation files.
Hiroshi Inoue
1999-10-06
Don't set BootstrapProcessingMode in AddNewRelationTuple() before
Vadim B. Mikheev
[next]