2000-11-28 |
Tom Lane | aclitemout() shouldn't coredump when it finds an ACL... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Tom Lane | Significant cleanups in SysV IPC handling (shared mem... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bruce Momjian | Remove PQunixsocket from dll file. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bruce Momjian | Remove PQunixsocket prototype |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Bruce Momjian | Remove PQunixsocket, per Peter's recommendation. PQhos... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Bruce Momjian | Make PQhost return socket path. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Bruce Momjian | This patch allow pg_dump save name of primary key const... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jan Wieck | Added pg_execute command behaving like spi_exec of... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Check for link(2) failure. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Hiroshi Inoue | Not invoke CheckPoint process while postmaster is waiti... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Pay attention to fgets() failure return. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Pay attention to fgets() failure return. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Be a little more careful with strtok(). |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Pay attention to fgets() failure return. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | After going to the trouble of finding where psql lives... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Pay attention to failure returns from fgets() in all... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tom Lane | Prevent simple_prompt() from locking up in a tight... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Bruce Momjian | current cvs tree does build because of a small... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Peter Eisentraut | Fix directory search for include and library directorie... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Tatsuo Ishii | Fix for inserting/copying longer multibyte strings... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Peter Eisentraut | Silence warning |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Tatsuo Ishii | Unicode conversion fix suggested by Jan Varga... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Make PGLC_setlocale() static, and document that it... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | Move connection defines to miscadmin.h. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Correct portability-related errors in inet expected... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Fix some portability bugs I'd introduced into inet... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Store current LC_COLLATE and LC_CTYPE settings in pg_co... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Fix elog logic so that error messages displayed during... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Peter Eisentraut | Advertise --help (rather than '-?') as help option... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Peter Eisentraut | Update pg_ctl ref page, help output, messages. Some... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Peter Eisentraut | Repair markup |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | Fix security problem with psql \e where temp file could... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | here is a patch for formatting.c (to_char/timestampt... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | > > Looking some more, I found some other places that... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | Allow jdbc to return proper server version number |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Bruce Momjian | Rename GUC name from unixsocket to unix_socket_directory |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Tom Lane | Clean up comments, organize code snippets added at... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Peter Eisentraut | Print bit strings as B'...' when INSERT commands are... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Peter Eisentraut | Make SET SESSION CHARACTERISTICS compliant with SQL... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Peter Eisentraut | update list of places to change version numbers; reformat |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Peter Eisentraut | Revive Reference Manual, remove reference pages from... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Peter Eisentraut | Remove obsolete test suite |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Tom Lane | A catalog cache that never caches isn't much of a cache... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Tom Lane | Ensure that mergejoin plan will be considered for FULL... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Vadim B. Mikheev | Set fdstate in fileNameOpenFile. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Tom Lane | Remove old, broken code for query_limit(), assert_enable(), |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Fix output file names for new driver |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Bit string regression test |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Fix for bitsubstr when third argument is missing (i... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Point runtest and runcheck targets at new regression... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Bruce Momjian | Recommit socket path fix. It works now. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Bruce Momjian | Back out socket path until it works. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Bruce Momjian | Back out socket file path change until it works. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Hiroshi Inoue | avoid opening view files. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Allow running without a "schedule" file. This enables... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Bruce Momjian | Make socket option specify just the directory, not... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | geometry result files for unixware |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Tom Lane | Tweak resultmap documentation, add to README too. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Peter Eisentraut | Remove check for 'ln' library. On FreeBSD this is... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Tom Lane | This file now redundant with README.pg_dumplo; remove it. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Tom Lane | Code review: minor cleanups, make the world safe for... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Peter Eisentraut | Allow for different result files when using GCC versus... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Peter Eisentraut | Extend accept/AF_UNIX bug workaround to SCO OpenServer. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Peter Eisentraut | Refine log/error messages. Print out the errno message... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Mention pgcrypto. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Make the world safe for unsigned OIDs. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Peter Eisentraut | Put external declarations into header files. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Install the sample pg_ident.conf file into /home/postgr... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Improve comments. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Improve comments in pg_hba.conf.sample and the associat... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Code review and cleanup. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Peter Eisentraut | Don't hide error message from dropdb. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Philip Warner | Update for new pg_dump with blobs etc |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Vadim B. Mikheev | misc |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Vadim B. Mikheev | Fix OID bootstraping. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Adjust opr_sanity.out for small change in OID allocation. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Add missing #include <errno.h>. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Hiroshi Inoue | keep relations open until they are no longer needed. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Make oidin/oidout produce and consume unsigned represen... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Vadim B. Mikheev | Init ShmemVariableCache in BootStrapXLOG() |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Simplify definition of pg_tables and pg_views views... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Tom Lane | Fix erroneous handling of parameters at SubqueryScan... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Tom Lane | Fix yacc failures in preproc.y. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Peter Eisentraut | Correct directory names. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Tom Lane | Silence gcc warnings. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Vadim B. Mikheev | No casting to LSN (XLogRecPtr) is required. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Tom Lane | Revise handling of oldstyle/newstyle functions per... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Peter Eisentraut | Enable WAL in config.h, not Makefile.global. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Peter Eisentraut | Include postgres.h before checking #ifdef XLOG. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Peter Eisentraut | Add configure checks for strtoll, strtoull (or strto... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Michael Meskes | Parser synced. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Peter Mount | Encoding patch to Connection by wrobell@posexperts... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Vadim B. Mikheev | Compile WAL by default. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Tom Lane | Eliminate unused-variable warning. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Tom Lane | Update README with proposed new method for determining... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Peter Eisentraut | Refinements |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Peter Eisentraut | Polish error messages, help output, give marginal clue... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Peter Eisentraut | Simplification: Build executable directly from .c... |
commit | commitdiff | tree | snapshot |
next |