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
2005-05-15
Various style cleanups for GiST; no changes to functionality.
Neil Conway
2005-05-15
Rename Rendezvous to Bonjour to match OS/X renaming.
Bruce Momjian
2005-05-14
Further marginal speed hacking: in MemoryContextReset, don't call
Tom Lane
2005-05-14
Minor refactoring to eliminate duplicate code and make startup a
Tom Lane
2005-05-14
Minor speed hacks in AllocSetReset: avoid clearing the freelist headers
Tom Lane
2005-05-14
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-13
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-13
Add -N make flag to bcc builds from /src dir.
Bruce Momjian
2005-05-13
Add regression test for consecutive newlines in COPY CSV mode. (There is
Neil Conway
2005-05-12
Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not
Tom Lane
2005-05-11
Give pg_regress a --load-language option, so that it can be used to test
Tom Lane
2005-05-11
This patch will ensure that the hash table iteration performed by
Bruce Momjian
2005-05-11
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
This patch reduces the size of the message header used by statistics
Neil Conway
2005-05-11
Code cleanup: in C89, there is no point casting the first argument to
Neil Conway
2005-05-10
Back out check for unreferenced files.
Bruce Momjian
2005-05-10
Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian
2005-05-10
Fix typo in comment.
Neil Conway
2005-05-10
Regression tests for the COPY CSV header feature. From Andrew Dunstan.
Neil Conway
2005-05-09
Update "expected" regression test output for the recent stats collector
Neil Conway
2005-05-09
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
Tatsuo Ishii
2005-05-09
Add some defenses against functions declared to return set that don't
Tom Lane
2005-05-09
Complete the following TODO items:
Neil Conway
2005-05-08
Update release checklist to reflect that HISTORY and INSTALL don't
Tom Lane
2005-05-07
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
Adjust time qual checking code so that we always check TransactionIdIsInProgress
Tom Lane
2005-05-07
Fix case in which a debug printout would print already-pfreed data.
Tom Lane
2005-05-07
Add comment on C locale test for upper/lower/initcap().
Bruce Momjian
2005-05-07
Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian
2005-05-06
Update backend flowchart HTML.
Bruce Momjian
2005-05-06
Update flowchart sections to match current CVS.
Bruce Momjian
2005-05-06
Markup improvements.
Bruce Momjian
2005-05-06
Update backend flowchard wording
Bruce Momjian
2005-05-06
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
Update comment to mention "Name classification hierarchy" as place to
Bruce Momjian
2005-05-06
Convert some mulit-line comments in copy.c to single line, as appropriate.
Bruce Momjian
2005-05-06
Marginal performance improvements in dynahash: make sure that everything
Tom Lane
2005-05-05
Fix bogus hashtable setup. (This code has quite a few other problems
Tom Lane
2005-05-05
Make standalone backends ignore pg_database.datallowconn, so that there
Tom Lane
2005-05-05
Add comments on WSAStartup usage.
Bruce Momjian
2005-05-05
Add WSACleanup() for Win32 socket cleanup.
Bruce Momjian
2005-05-05
Adjust nodeBitmapIndexscan to keep the target index opened from plan
Tom Lane
2005-05-05
Allow implicit cast from any named composite type to RECORD. At the
Tom Lane
2005-05-04
Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,
Tom Lane
2005-05-04
Spell DELIMITER correctly, per Seamus Dean.
Tom Lane
2005-05-03
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-05-03
Change tsearch2 to not use the unsafe practice of creating functions
Tom Lane
2005-05-02
Check the file system on postmaster startup and report any unreferenced
Bruce Momjian
2005-05-02
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
[next]