index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Repair sloppiness about where cached mergeclause pathkeys are allocated.
Tom Lane
2003-05-02
*
Update to describe new set of globally-known contexts planned for support
Tom Lane
2003-04-30
*
Infrastructure for deducing Param types from context, in the same way
Tom Lane
2003-04-29
*
Code review for holdable-cursors patch. Fix error recovery, memory
Tom Lane
2003-04-29
*
Prevent coredump in current_schemas() if someone has just deleted a
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-27
*
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-26
*
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
*
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-25
*
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
*
getaddrinfo has no business doing unlink().
Tom Lane
2003-04-22
*
Another round of protocol changes. Backend-to-frontend messages now all
Tom Lane
2003-04-22
*
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-21
*
Apple's assembler likes the inlined TAS syntax too, so no reason to
Tom Lane
2003-04-20
*
Avoid O(N^2) behavior with lots of deferred triggers by making
Tom Lane
2003-04-20
*
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
2003-04-19
*
Add more documentation about shared memory costs.
Tom Lane
2003-04-19
*
Second round of FE/BE protocol changes. Frontend->backend messages now
Tom Lane
2003-04-19
*
Make Win32 tests to match existing Cygwin tests, where appropriate.
Bruce Momjian
2003-04-18
*
First phase of FE/BE protocol modifications: new StartupPacket layout
Tom Lane
2003-04-17
*
Fix stupid oversight ...
Tom Lane
2003-04-16
*
eqjoinsel's logic for case where MCV lists are not present should
Tom Lane
2003-04-15
*
Reorganize clog's error reporting so that PANIC on clog I/O error can
Tom Lane
2003-04-14
*
Second try at avoiding conflicts with system isblank().
Tom Lane
2003-04-13
*
Add code to provide useful dynamic-linking error messages on OS X.
Tom Lane
2003-04-13
*
Guard against macro versions of isblank().
Tom Lane
2003-04-12
*
Fix encoding conversion function bug.
Tatsuo Ishii
2003-04-12
*
Fix error recovery for SSL_read/SSL_write calls.
Tom Lane
2003-04-10
*
Remove premature attempt to constant-fold type coercion expressions.
Tom Lane
2003-04-10
*
First phase of work on array improvements. ARRAY[x,y,z] constructor
Tom Lane
2003-04-08
*
Mark TimeScales constants as double to avoid integer overflow in some compilers.
Tom Lane
2003-04-08
*
Remove extraneous semicolons.
Tom Lane
2003-04-08
*
Avoid primary key lookup (and lock) if foreign key does not change
Jan Wieck
2003-04-07
[next]