index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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-30
*
Make USING in COPY optional.
Bruce Momjian
1999-10-29
*
Fix wording.
Bruce Momjian
1999-10-29
*
Fix compile after COMMENT problem.
Bruce Momjian
1999-10-26
*
Hello.
Bruce Momjian
1999-10-26
*
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-25
*
Add a notion of a 'catalog version number' that can indicate
Tom Lane
1999-10-24
*
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
Tom Lane
1999-10-23
*
I have a patch for postgresql-snapshot(1999-10-22).
Bruce Momjian
1999-10-22
*
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-21
*
BufFileSeek's behavior at segment boundaries wasn't what
Tom Lane
1999-10-19
*
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-18
*
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-17
*
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-16
*
This patch implements ORACLE's COMMENT SQL command.
Bruce Momjian
1999-10-15
*
Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
Tom Lane
1999-10-13
*
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-12
*
The 1st step to implement new type of scan,TidScan.
Hiroshi Inoue
1999-10-11
*
Re-add mention of FAQ's for shared memory/ipc errors.
Bruce Momjian
1999-10-10
*
Allow \r as whitespace.
Bruce Momjian
1999-10-09
*
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-08
*
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-07
*
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
1999-10-06
[next]