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
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
2002-10-14
Adjust handling of command status strings in the presence of rules,
Tom Lane
2002-10-14
Add missing entries for bit<->int4 and bit<->int8 conversions.
Tom Lane
2002-10-14
Arrange to copy relcache's trigdesc structure at the start of any
Tom Lane
2002-10-11
Oops, back out newNode changes. We are not ready for that yet.
Bruce Momjian
2002-10-11
Prevent tv_sec from becoming negative in connection timeout code.
Bruce Momjian
2002-10-08
Again improve MemSet comments.
Bruce Momjian
2002-10-08
Update MemSet comments.
Bruce Momjian
2002-10-03
The attached patch fixes a number of issues related to compiling the
Bruce Momjian
2002-10-03
This patch removes two unused global variables from globals.c
Bruce Momjian
2002-10-02
Alter scale selection for NUMERIC division and transcendental functions
Tom Lane
[next]