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
2005-03-12
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
Tom Lane
2005-03-12
Adjust the API for aggregate function calls so that a C-coded function
Tom Lane
2005-03-12
Handle carriage returns and line feeds in COPY CSV mode.
Bruce Momjian
2005-03-12
Add warning about the need to increase "max_fsm_relations" and
Bruce Momjian
2005-03-12
Fix problem with infinite recursion between write_syslogger_file and
Tom Lane
2005-03-11
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
Slight refactoring and optimization of some code in WaitOnLock().
Neil Conway
2005-03-10
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2005-03-07
Unbreak out-of-tree builds, by fixing a typo.
Neil Conway
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-06
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-04
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-02
Another go at making pred_test() handle all reasonable combinations
Tom Lane
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
Adjust OR indexscan logic to not generate redundant condition-free OR
Tom Lane
2005-03-01
Revert the logic for expanding AND/OR conditions in pred_test() to what
Tom Lane
2005-02-28
Implement max() and min() aggregates for array types. Patch from Koju
Neil Conway
2005-02-27
Add explicit casts between int4 and boolean. Patch from Sean Chittenden,
Neil Conway
2005-02-27
Cause Win32 to output to the event log rather than stderr by default.
Bruce Momjian
2005-02-26
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-23
Minor code cleanup: remove a variable that was assigned to but never
Neil Conway
2005-02-23
This patch optimizes the md5_text() function (which is used to
Neil Conway
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-20
Use SnapshotNow instead of SnapshotSelf for reading the catalogs
Tom Lane
2005-02-20
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
Bruce Momjian
2005-02-20
Fix MAKE_ALL_TUPLES_VISIBLE define.
Bruce Momjian
2005-02-20
Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.
Bruce Momjian
2005-02-20
I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover
Bruce Momjian
2005-02-20
Flat file cleanup phase 2: make it work for pg_group. The flat group
Tom Lane
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-19
New arrangement to always let the bgwriter do checkpoints broke
Tom Lane
2005-02-19
Ensure that the resolved datatype of any unknown Param is propagated
Tom Lane
2005-02-18
Convert MemoryContextSwitchTo() into an inline function when using GCC.
Tom Lane
2005-02-15
Update comment on VACUUM FULL.
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-12
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-11
Adjust input routines for float4, float8 and oid to reject the empty string
Neil Conway
2005-02-11
Fix ANALYZE to accumulate some minimal statistics for an all-null column.
Tom Lane
2005-02-10
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-09
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-06
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-05
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
Tom Lane
2005-02-05
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane
[next]