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
/
include
Age
Commit message (
Expand
)
Author
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2004-10-22
Stamp release 7.3.8.
REL7_3_8
Tom Lane
2004-08-15
Stamp 7.3.7.
Tom Lane
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-03-02
Brand 7.3.6.
REL7_3_6
Tom Lane
2003-12-02
Brand 7.3.5.
REL7_3_5
Tom Lane
2003-11-30
Back-patch fix to cause stats processes to detach from shared memory,
Tom Lane
2003-07-23
Stamp 7.3.4 release.
Bruce Momjian
2003-05-22
Brand 7.3.3.
Tom Lane
2003-04-17
Fix abstime-to-time cast function, which has had broken implementation
Tom Lane
2003-04-04
Back-patch changes to validate page header fields immediately after
Tom Lane
2003-03-27
GetTupleForTrigger must use outer transaction's command counter for time
Tom Lane
2003-03-14
Repair incorrect prorettype entry for timestamptz_izone. Can't force
Tom Lane
2003-03-06
Tweak dependency code to suppress NOTICEs generated by new method for
Tom Lane
2003-02-20
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
Tom Lane
2003-02-19
Back patch for GUC client_encoding variable not being handled
Tatsuo Ishii
2003-02-07
Revise mechanism for getting rid of temp tables at backend shutdown.
Tom Lane
2003-02-02
Brand 7.3.2.
Tom Lane
2003-01-29
Repair array subscript overrun identified by Yichen Xie. Reduce the
Tom Lane
2003-01-23
Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,
Tom Lane
2003-01-21
Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO
Tom Lane
2003-01-16
Repair an embarrassingly large number of alphabetization mistakes in the
Tom Lane
2003-01-08
Repair bug noticed by Deepak Bhole: a shell type should have a dependency
Tom Lane
2003-01-08
Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to
Tom Lane
2003-01-01
Awhile back I wrote that freebsd.h was probably broken in the places where
Tom Lane
2002-12-18
Stamp 7.3.1.
Bruce Momjian
2002-12-16
Fix ALTER TABLE ADD COLUMN to disallow the same column types that are
Tom Lane
2002-12-05
Allow 'password' encryption even when pg_shadow has MD5 passwords, per
Bruce Momjian
2002-11-22
TAS code originally written for s390 (32-bit) does not work for s390x
Tom Lane
2002-11-18
Put back error test for DECLARE CURSOR outside a transaction block ...
Tom Lane
2002-11-12
Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
Tom Lane
2002-11-08
Back-patch changes to address Perl _GNU_SOURCE problem.
Tom Lane
2002-11-02
Remove encoding lookups from grammar stage, push them back to places
Tom Lane
2002-11-02
Fix permissions-checking bugs and namespace-search-path bugs in
Tom Lane
2002-10-31
Code review for statement_timeout patch. Fix some race conditions
Tom Lane
2002-10-25
Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent
Tom Lane
2002-10-25
Remove #warning directive, which is nonstandard and isn't really
Tom Lane
2002-10-24
Function-call-style type coercions should be treated as explicit
Tom Lane
2002-10-24
Add fseeko for NetBSD.
Bruce Momjian
2002-10-23
Add fseeko/ftello prototypes for BSD/OS only to c.h.
Bruce Momjian
2002-10-22
Add DLLIMPORT declarations required by contrib with asserts enabled.
Peter Eisentraut
2002-10-21
Fix places that were using IsTransactionBlock() as an (inadequate) check
Tom Lane
2002-10-21
Fix ALTER TABLE ... ADD COLUMN for inheritance cases.
Bruce Momjian
2002-10-21
Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty
Tom Lane
2002-10-21
Add DLLIMPORT declarations needed by contrib modules.
Peter Eisentraut
2002-10-20
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
Tom Lane
2002-10-19
Fix range-query estimation to not double-exclude NULLs, per gripe from
Tom Lane
2002-10-19
This patch adds some missing functions for float8 math operations,
Bruce Momjian
2002-10-18
Make 'dummy' declarations in header files be 'extern int no_such_variable'
Tom Lane
2002-10-14
Make SPI's execution of querystrings follow the rules agreed to for
Tom Lane
[next]