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
2004-01-09
Remove duplicate include of value.h. I think it got in because Tom and I bot...
Bruce Momjian
2004-01-09
Add comment about synchronous signals.
Bruce Momjian
2004-01-09
Allow libpq to do thread-safe SIGPIPE handling. This allows it to
Bruce Momjian
2004-01-09
Fix incorrect SQL syntax emitted when -E is given without -P.
Tom Lane
2004-01-08
Fix a spelling mistake in a comment.
Neil Conway
2004-01-08
Throw compile error if our non-thread-safe snprintf is used.
Bruce Momjian
2004-01-08
Update OSF thread flags for non-gcc compiles.
Bruce Momjian
2004-01-08
Translation updates
Dennis Bjorklund
2004-01-08
Translation updates
Dennis Bjorklund
2004-01-08
[Forced commit to add log message that I fat-fingered last time]
Tom Lane
2004-01-08
Fix Solaris thread build settings for non-gcc compilers.
Bruce Momjian
2004-01-07
make
Tom Lane
2004-01-07
Make some improvements in the intelligence of the partial-index
Tom Lane
2004-01-07
Translation updates
Dennis Bjorklund
2004-01-07
Add missing inclusion of nodes/value.h.
Tom Lane
2004-01-07
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
Cleanup: move the 'Value' node into a separate file, rather than putting
Neil Conway
2004-01-07
Support function parameter names in plpgsql. This is the last of
Tom Lane
2004-01-07
pg_dump support for function parameter names.
Tom Lane
2004-01-06
Apply the core parts of Dennis Bjorklund's patch to allow function
Tom Lane
2004-01-06
Final rearrangement of main postgresql child process (ie.
Bruce Momjian
2004-01-06
Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).
Tom Lane
2004-01-06
Code cleanup, mostly in the smgr:
Neil Conway
2004-01-06
Remove unused 'noversion' command-line option processing from the
Neil Conway
2004-01-06
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
Neil Conway
2004-01-06
Instead of rechecking lossy index operators by putting them into the
Tom Lane
2004-01-05
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
Trivial refactoring: move analysis of ViewStmt into its own function for
Neil Conway
2004-01-05
Fix three trivial typos in comments.
Neil Conway
2004-01-05
Translation updates
Peter Eisentraut
2004-01-05
Improve UniquePath logic to detect the case where the input is already
Tom Lane
2004-01-05
Dept. of second thoughts: clause_selectivity shouldn't try to cache its
Tom Lane
2004-01-05
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-04
Fixed bug in GRANT OPTION FOR parsing.
Michael Meskes
2004-01-04
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
Tom Lane
2004-01-04
Fix portability bugs: char values passed to <ctype.h> functions must
Tom Lane
2004-01-04
Fix discrepancy in prototypes for HPUX pg_dlerror.
Tom Lane
2004-01-04
Fix ReadOffset() to work correctly when off_t is wider than int.
Tom Lane
2004-01-04
Merge restrictlist_selectivity into clauselist_selectivity by
Tom Lane
2004-01-04
Remove trailing newline from file.
Bruce Momjian
2004-01-04
Remove trailing semicolons from macro initializations in plpython.
Bruce Momjian
2004-01-04
Mention grabbing typedefs from pgsql/lib too.
Bruce Momjian
2004-01-04
Rewrite OR indexscan processing to be more flexible. We can now for the
Tom Lane
2004-01-03
Must test for __hppa__ as well as __hppa to make linux-hppa happy.
Tom Lane
2004-01-01
Do an explicit fflush after writing a progress message with puts.
Tom Lane
2003-12-31
Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
Bruce Momjian
2003-12-30
Adjust the definition of RestrictInfo's left_relids and right_relids
Tom Lane
2003-12-30
Add "-mt" link flag for Solaris non-gcc compiles when using threads ---
Bruce Momjian
2003-12-30
Instead of trying to force WHERE clauses into CNF or DNF normal form,
Tom Lane
2003-12-30
Avoid running out of memory during hash_create, by not passing a
Tom Lane
[next]