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
2003-05-02
Repair sloppiness about where cached mergeclause pathkeys are allocated.
Tom Lane
2003-05-02
Fixed double definition of ecpg_compat_mode.
Michael Meskes
2003-05-01
Added an option to force ecpg to also parse files includes via '#include' and...
Michael Meskes
2003-04-30
Update to describe new set of globally-known contexts planned for support
Tom Lane
2003-04-29
Infrastructure for deducing Param types from context, in the same way
Tom Lane
2003-04-29
Remove unneeded define.
Bruce Momjian
2003-04-29
Code review for holdable-cursors patch. Fix error recovery, memory
Tom Lane
2003-04-28
Missed some corner cases (PGSERVICE mostly)...
Tom Lane
2003-04-28
Okay, I've had it with PQsetdbLogin having slightly different defaults
Tom Lane
2003-04-27
Make getaddrinfo's behavior with NULL node parameter agree with the
Tom Lane
2003-04-27
Prevent coredump in current_schemas() if someone has just deleted a
Tom Lane
2003-04-27
Fix plpgsql so that variables of composite types (rowtypes) can be
Tom Lane
2003-04-27
Put back encoding-conversion step in processing of incoming queries;
Tom Lane
2003-04-27
Department of second thoughts: probably still need an IsTransactionState
Tom Lane
2003-04-27
Clean up some problems in SetClientEncoding: failed to honor doit flag
Tom Lane
2003-04-26
Repair permissions problem in RI triggers: query parsing has to be done
Tom Lane
2003-04-26
Add transaction status field to ReadyForQuery messages, and make room
Tom Lane
2003-04-26
Tweak stats collector start logic so that we will not try to spawn a
Tom Lane
2003-04-25
Make [VACUUM] ANALYZE safe on zero-column tables.
Tom Lane
2003-04-25
In the continuing saga of FE/BE protocol revisions, add reporting of
Tom Lane
2003-04-25
Prevent unlink/rename Win32 mapping on frontends.
Bruce Momjian
2003-04-25
Add new versions DLL lists, from Karl Waclawek
Bruce Momjian
2003-04-25
Fix typo in DLL list.
Bruce Momjian
2003-04-25
const-ify info_cb() to match recent openssl releases. Per Joe Conway.
Tom Lane
2003-04-25
Fix breakage induced by yours truly in Kerberos and PAM code.
Tom Lane
2003-04-25
COPY and pg_dump failed to cope with zero-column tables. Fix 'em.
Tom Lane
2003-04-25
Use closesocket() for all socket/pipe closing, because Win32 requires
Bruce Momjian
2003-04-24
Adjust subquery qual pushdown rules so that we can push down a qual
Tom Lane
2003-04-24
Add Win32 Makefile for IPC stuff.
Bruce Momjian
2003-04-24
No need for include for Win32 right now.
Bruce Momjian
2003-04-24
Add Win32 shmem/sema prototypes.
Bruce Momjian
2003-04-24
Infrastructure for upgraded error reporting mechanism. elog.c is
Tom Lane
2003-04-24
pgindent new Win32 files.
Bruce Momjian
2003-04-24
Add shared memory and semaphore routines for Win32.
Bruce Momjian
2003-04-24
Add shared memory and semaphore routines for Win32.
Bruce Momjian
2003-04-24
Add comments to replace/unlink Win32 functions.
Bruce Momjian
2003-04-24
Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.
Bruce Momjian
2003-04-22
Remove Win32 special rename/unlink from libpq.
Bruce Momjian
2003-04-22
getaddrinfo has no business doing unlink().
Tom Lane
2003-04-22
Add dirmod to libpq Makefile.
Bruce Momjian
2003-04-22
Add Win32 unlink/rename file.
Bruce Momjian
2003-04-22
Add Win32 versions of unlink and rename --- loop until success.
Bruce Momjian
2003-04-22
Another round of protocol changes. Backend-to-frontend messages now all
Tom Lane
2003-04-21
Prevent palloc(0) error when parent table has zero columns.
Tom Lane
2003-04-21
stddev() and variance() should return NULL when there is just one input
Tom Lane
2003-04-20
Apple's assembler likes the inlined TAS syntax too, so no reason to
Tom Lane
2003-04-20
Fix multiple causes of breakage in plperl's error handling.
Tom Lane
2003-04-20
Avoid O(N^2) behavior with lots of deferred triggers by making
Tom Lane
2003-04-19
Allow \r and \r\n termination for COPY files.
Bruce Momjian
2003-04-19
Add pipe parameter to COPY function to allow proper line termination.
Bruce Momjian
[next]