Commit Graph

8433 Commits (4d2a506526ceacab5f75df040596a5287ab40612)
 

Author SHA1 Message Date
Tom Lane 4d2a506526 Update for new tests. These are extrapolations and will need to be confirmed 25 years ago
Tom Lane f3e988443c Update for new tests. 25 years ago
Tom Lane 68ed296301 Don't use 'private' as a parameter name in visible headers ... makes C++ 25 years ago
Peter Eisentraut e7c80220d3 Fix counting of lines in scripts with 'copy from stdin'. 25 years ago
Thomas G. Lockhart 6969b8fa11 Repair usage of the OVERLAPS operator. 25 years ago
Thomas G. Lockhart 1131261270 Clarify the allowed length of the text data type. 25 years ago
Thomas G. Lockhart 20efb264f6 Convert files from DOS format to normal text. 25 years ago
Thomas G. Lockhart 48781d44e4 Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com. 25 years ago
Peter Eisentraut 13dbd0276a Final(?) GUC clean-up. Update psql tab completion. 25 years ago
Vadim B. Mikheev 65b362fae1 Disable elog(ERROR|FATAL) in signal handlers in 25 years ago
Tom Lane 5e3bc5ebcd Avoid memory leakage during regular COPY when outputting toasted values. 25 years ago
Tom Lane 77698e11a9 Avoid repeated detoasting (and possible memory leaks) when processing 25 years ago
Tom Lane 079c60abc0 Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically 25 years ago
Tom Lane 217d1566bf Make tuple receive/print routines TOAST-aware. Formerly, printtup would 25 years ago
Tom Lane f5371feef9 Fix inadequate tree-walking code in exec_eval_clear_fcache. 25 years ago
Tom Lane 08ede423d1 Make elog() switch to ErrorContext while invoking libpq output routines, 25 years ago
Tom Lane a49436d7e9 Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's 25 years ago
Tom Lane eb743d0f98 It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code 25 years ago
Tom Lane dd2b56d623 Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, 25 years ago
Tom Lane b7c3784417 Repair residual sillinesses from UUNET virtual host/socket path patch. 25 years ago
Tom Lane 73d0514dea Make default socket directory location configurable from config.h. 25 years ago
Tom Lane 796754778d Correct obsolete entry for strpos(). 25 years ago
Peter Eisentraut 6f09df7f40 Minor tweaks in installation instructions, regenerate INSTALL file. 25 years ago
Peter Eisentraut 37b7d5c39e Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting 25 years ago
Peter Eisentraut bf14fb8fa3 Remove old regression test drivers. 25 years ago
Peter Eisentraut e5ba2fc5b5 Make all commands that link a program look like 25 years ago
Vadim B. Mikheev 309112267f misc 25 years ago
Vadim B. Mikheev 8247f47fc7 Hope that this is valid localbuf.c version 25 years ago
Tom Lane b73ecebf05 Remove obsolete claim that char(n) is more efficient than other text types. 25 years ago
Tom Lane 1f5cc8c78a Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 25 years ago
Peter Eisentraut 59a9735fc8 Sort out things after fe-connect.c cleanup after unix socket patch. 25 years ago
Peter Eisentraut ef54e0d08e Remove remaining unixsocket-setting interfaces, since the host parameter 25 years ago
Vadim B. Mikheev 81c8c244b2 No more #ifdef XLOG. 25 years ago
Tom Lane b16516b887 It seems some platforms declare kill(2) in signal.h not unistd.h. 25 years ago
Vadim B. Mikheev 741510521c XLOG stuff for sequences. 25 years ago
Tom Lane 680b7357ce Rearrange bufmgr header files so that buf_internals.h need not be 25 years ago
Vadim B. Mikheev 9f20852f87 all options are allowed if not under postmaster: 25 years ago
Tom Lane 3c0f3c9a7e Just noticed that with -S switch, MyProcPid is permanently wrong in 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Peter Eisentraut 1efd7330cb Rewrite system catalog documentation man page in DocBook with more recent 25 years ago
Tom Lane 175f52083b aclitemout() shouldn't coredump when it finds an ACL item 25 years ago
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores). 25 years ago
Bruce Momjian 914822713c Remove PQunixsocket from dll file. 25 years ago
Bruce Momjian 0791b6de51 Remove PQunixsocket prototype 25 years ago
Bruce Momjian 5173fc411f Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket directory. 25 years ago
Bruce Momjian 811749bb6e Update TODO list. 25 years ago
Bruce Momjian f6a756e49a Make PQhost return socket path. 25 years ago
Bruce Momjian 6f11e6dffa This patch allow pg_dump save name of primary key constraint (if primary 25 years ago
Jan Wieck 579f8f09fa Added pg_execute command behaving like spi_exec of PL/Tcl 25 years ago
Tom Lane 230cf8d373 Check for link(2) failure. 25 years ago