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-03-24
array_map can't use the fn_extra field of the provided fcinfo struct as
Tom Lane
2005-03-12
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
Tom Lane
2005-03-01
Release proclock immediately in RemoveFromWaitQueue() if it represents
Tom Lane
2005-02-19
Ensure that the resolved datatype of any unknown Param is propagated
Tom Lane
2005-02-14
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-10
Back-patch fix for a typo that unintentionally disabled backward scans
Tom Lane
2005-02-08
If we're gonna check for array overrun, we really should do so before
Tom Lane
2005-02-07
Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a
Neil Conway
2005-02-06
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-06
Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for
Tom Lane
2005-01-30
Stamp release 7.4.7.
Tom Lane
2005-01-27
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-26
Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases
Tom Lane
2005-01-24
Disallow LOAD to non-superusers. Per report from John Heasman.
Tom Lane
2005-01-24
Fix memory leak in rtdosplit, per report from Clive Page.
Tom Lane
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2005-01-21
Prevent overrunning a heap-allocated buffer if more than 1024 parameters
Neil Conway
2005-01-13
Fix mapping infinite timestamp values to arbitrary dates.
Kris Jurka
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2004-12-23
Avoid memory leakage during VACUUM FULL when an index expression or
Tom Lane
2004-12-17
Make array_cat more paranoid about checking datatypes in empty arrays.
Tom Lane
2004-12-17
array_map failed to insert correct result type in an empty array.
Tom Lane
2004-12-13
Avoid generating excess (and illegal) parentheses around an aliased JOIN
Tom Lane
2004-12-13
Back-patch copyOject fix for EXPLAIN/PREPARE.
Tom Lane
2004-12-11
Translation update
Peter Eisentraut
2004-12-11
Translation update
Peter Eisentraut
2004-12-03
Use StrNCpy not strncpy to fill hash key, to ensure the resulting key
Tom Lane
2004-12-03
Translation fix by Julien Cristau
Peter Eisentraut
2004-12-02
Teach regex_fixed_prefix() the correct handling of advanced regex
Tom Lane
2004-12-01
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Tom Lane
2004-11-28
Avoid scribbling on original parsetree during DECLARE CURSOR. This
Tom Lane
2004-11-24
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
Tom Lane
2004-11-24
Our interface code for Spencer's regexp package was checking for regexp
Tom Lane
2004-11-18
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
Tom Lane
2004-11-17
Fix off-by-one memory allocation, as reported by Rod Taylor. Also
Tom Lane
2004-11-17
Backpatch fix from HEAD:
Neil Conway
2004-11-16
Translation update
Peter Eisentraut
2004-11-10
List VALUE as a keyword.
Michael Meskes
2004-11-09
In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segment
Tom Lane
2004-11-08
Fix unportable code in SockAddr_cidr_mask: you can't assume that
Tom Lane
2004-11-01
fixed bug in REVOKE statement cat_str only has 8 arguments
Dave Cramer
2004-10-30
New translations
Peter Eisentraut
2004-10-29
Rearrange order of pre-commit operations: must close cursors before doing
Tom Lane
2004-10-27
Translation update
Peter Eisentraut
2004-10-22
Stamp release 7.4.6.
REL7_4_6
Tom Lane
2004-10-22
Prevent pg_ctl from being run as root. Since it uses configuration files
Tom Lane
2004-10-21
Correctly cast the return value of a CallableStatement when getShort
Kris Jurka
2004-10-13
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-12
Translation update
Peter Eisentraut
2004-10-05
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
[next]