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
Age
Commit message (
Expand
)
Author
2005-03-11
Define snprintf() to call pg_snprintf() so our own snprintf-like
Bruce Momjian
2005-03-11
Add 'static' to initdb.c file-global variables.
Bruce Momjian
2005-03-11
Mark file-global function and variables as static.
Bruce Momjian
2005-03-11
Fix typos.
Bruce Momjian
2005-03-11
Fix typos.
Bruce Momjian
2005-03-11
Fix typos.
Bruce Momjian
2005-03-11
Fix typo.
Bruce Momjian
2005-03-11
Slight refactoring and optimization of some code in WaitOnLock().
Neil Conway
2005-03-11
Add:
Bruce Momjian
2005-03-10
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
Add spinlock support for Itanium processor with Intel compiler.
Bruce Momjian
2005-03-10
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2005-03-08
Add comma.
Bruce Momjian
2005-03-08
Fix markup of URL.
Bruce Momjian
2005-03-08
Add URL for patches queues.
Bruce Momjian
2005-03-07
Unbreak out-of-tree builds, by fixing a typo.
Neil Conway
2005-03-07
Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$
Neil Conway
2005-03-07
Properly implement "Response files" for bcc. Add URL's to describe the
Bruce Momjian
2005-03-07
Adjust creation/destruction of TupleDesc data structure to reduce the
Tom Lane
2005-03-07
Rename canonical encodings, per Peter:
Bruce Momjian
2005-03-07
Here's a tiny fix for a harmless typo in catalog.c:
Neil Conway
2005-03-07
Add a note that regression test row ordering differences can be caused
Tom Lane
2005-03-06
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-05
Prevent rank change in case of duplicate search terms
Teodor Sigaev
2005-03-04
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-02
Move snprintf int64 compatibility letters into a NOT_USED block.
Bruce Momjian
2005-03-02
Fix misspelling of sysctl, per Stefan Hans.
Tom Lane
2005-03-02
Use test && test rather than test -a, per Peter.
Bruce Momjian
2005-03-02
Fix for %I64d snprintf.
Bruce Momjian
2005-03-02
snprintf() %I64d code fix.
Bruce Momjian
2005-03-02
Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.
Bruce Momjian
2005-03-02
Prevent large allocation in snprintf to hold positional parameters.
Bruce Momjian
2005-03-02
Another go at making pred_test() handle all reasonable combinations
Tom Lane
2005-03-02
Fix snprintf on Win32:
Bruce Momjian
2005-03-02
Make port snprintf.c finally thread-safe.
Bruce Momjian
2005-03-01
SGML improvements to the DML chapter.
Neil Conway
2005-03-01
Release proclock immediately in RemoveFromWaitQueue() if it represents
Tom Lane
2005-03-01
Allow Trace_lock_oidmin to be set to zero; this is a reasonable
Tom Lane
2005-03-01
Simplify/clean up code for varlena types
Teodor Sigaev
2005-03-01
Make snprintf() use already-defined int64/uint64 typedefs rather than
Bruce Momjian
2005-03-01
Done:
Bruce Momjian
2005-03-01
Adjust OR indexscan logic to not generate redundant condition-free OR
Tom Lane
2005-03-01
And while we are on it, I would like to submit minor
Bruce Momjian
2005-03-01
Revert the logic for expanding AND/OR conditions in pred_test() to what
Tom Lane
2005-02-28
Un-break configure snprintf tests (partly my fault, partly Bruce's).
Tom Lane
2005-02-28
Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so
Bruce Momjian
2005-02-28
snprintf.c has no sys/ioctl.h. Trivial patch below:
Bruce Momjian
2005-02-28
Implement max() and min() aggregates for array types. Patch from Koju
Neil Conway
2005-02-27
Because the change to gettext. Needs a bunch of new includes. Patch
Bruce Momjian
2005-02-27
Tab indent all actions in bcc32.mak, and do it on win32.mak too for
Bruce Momjian
[next]