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
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
2002-09-26
Ensure that before truncating CLOG, we force a checkpoint even if no
Tom Lane
2002-09-26
Fix problems with loss of tuple commit status bits during WAL redo of
Tom Lane
2002-09-24
Update some obsolete comments and column descriptions.
Tom Lane
2002-09-24
Remove useless O_DIROPEN stuff.
Peter Eisentraut
2002-09-23
Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other
Tom Lane
2002-09-23
Get rid of bogus use of heap_mark4update in reindex operations (cf.
Tom Lane
2002-09-22
Replace pg_attribute.attisinherited with attislocal and attinhcount
Tom Lane
2002-09-22
Bring SIMILAR TO and SUBSTRING into some semblance of conformance with
Tom Lane
2002-09-22
Move most of the error checking for foreign-key constraints out of
Tom Lane
2002-09-21
Provide an upgrade strategy for dump files containing functions declared
Tom Lane
2002-09-21
Fix PPC s_lock operations to work correctly on multi-CPU machines.
Tom Lane
2002-09-20
Performance improvement for MultiRecordFreeSpace on large relations ---
Tom Lane
2002-09-19
Tweak heap.c to refuse attempts to create table columns of standalone
Tom Lane
2002-09-19
Department of second thoughts: suppressing implicit casts everywhere in
Tom Lane
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-09-17
Un-break duplicate_oids script.
Tom Lane
2002-09-12
The small context diff below corrects what seems to be an oversight in
Bruce Momjian
2002-09-12
Joe Conway wrote:
Bruce Momjian
2002-09-11
Tweak querytree-dependency-extraction code so that columns of tables
Tom Lane
2002-09-05
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-04
Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
Tom Lane
2002-09-04
Remove leftovers from subproject removals. Fixes for Python and Kerberos
Peter Eisentraut
2002-09-04
pgindent run.
Bruce Momjian
2002-09-04
Brand 7.3. Ready for beta!
Bruce Momjian
2002-09-03
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
Code review and documentation updates for indisclustered patch.
Tom Lane
[next]