2001-01-09 |
Tatsuo Ishii | README.mb has been unified into SGML documents. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tom Lane | Fix oversight in planning of GROUP queries: when an... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tom Lane | Fix small but critical typo ... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | Prevent vacuumdb from trying to vacuum template0. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | Document the system attributes ctid and tableoid, which... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | Document that we don't support ORDER BY with general... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Peter Eisentraut | Add rudimentary section about controlling kernel's... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Bruce Momjian | Remove compiler warning about uninitialized warnings. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | check for failure after vacuuming each DB, not only... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | Add some debugging support code (ifdef'd out in normal... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | LockBuffer should not elog while holding buffer's cntx_... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Hiroshi Inoue | Keep relations open until they are no longer needed. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tom Lane | Make outfuncs/readfuncs treat OIDs properly as unsigned... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Correct nasty error in heap_update: it was releasing... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Clear QueryCancel and ProcDiePending at start of proc_e... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Fix recent breakage of query-cancel logic, see my pghac... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
PostgreSQL... | tag configure as beta2 .. REL7_1_BETA2 |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Resultmap updates for OpenBSD, per report from bpalmer... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Modify readfuncs so that recursive use of stringToNode... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tom Lane | Clean up checking of relkind for ALTER TABLE and LOCK... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | Log memory context stats to stderr when reporting a... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | Fix memory leak in relcache handling of rules: allocate... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | Use more portable syntax for 'find'. |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | Polish help output. Allow --help to work with BSD... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | No need for screen_size to be static. |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | Simplify rules to build man pages so they run a lot... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tatsuo Ishii | Update multibyte Japanese doc for 7.1. |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | EXECUTE documentation, from "Robert B. Easter" <reaster... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | Update section on SQL syntax. (Still a lot to be done... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Peter Eisentraut | Simplify the rules that explicitly allowed TYPE as... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | Bring CREATE RULE reference page into some semblance... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tatsuo Ishii | Fix copy to make it more robust against unexpected... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Hiroshi Inoue | init_irels() is changed to be called in RelationCacheIn... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | Fix NOT NULL option for plpgsql variables (doesn't... |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Tom Lane | Fix misplaced strdup(), which could lead to error messa... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Tom Lane | Rename and document some invalidation routines to make... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Tom Lane | Remove not-really-standard implementation of CREATE... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Tom Lane | Disallow creation of a child table by a user who does... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Peter Eisentraut | Allow NetBSD's libedit to be used instead of GNU Readli... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Peter Eisentraut | Correct path where to check for password file existance. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Tom Lane | Clean up some unnecessary fragility in EXECUTE command. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Tom Lane | Repair guaranteed core dump in SPI_exec(). Guess this... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Hiroshi Inoue | I neglected to remove a debug message,sorry. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Tom Lane | pg_dump failed to handle backslashes embedded in functi... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Tom Lane | Fix breakage of rules using NOTIFY actions, per bug... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Tom Lane | New file format for COPY BINARY, in accordance with... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Tom Lane | MakeRetrieveViewRuleName was scribbling on memory that... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Thomas G. Lockhart | Repair always-broken date_part('quarter',timestamp). |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Peter Eisentraut | Only update stamp-h if config.status actually looks... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Bruce Momjian | I've found a memory leak in libecpg of PostgreSQL 7... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Tom Lane | Document tuple ordering differences as a possible cause of |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Tom Lane | Clean up non-reentrant interface for hash_seq/HashTable... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Tom Lane | Tweak temporary-installation setup so that it doesn... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Tom Lane | Update geometry-alpha-precision.out per reports from... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Tom Lane | Define HAVE_LIBZ only if we detect <zlib.h> as well... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Tom Lane | CLUSTER forgot to create a TOAST table for the clustere... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Tom Lane | Ensure attcacheoff is written out as -1 when writing... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Tom Lane | Update comment. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | Mark geometric 'overlaps' operators (&&) as self-commut... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | Don't say 'export PGHOST' or 'export PGPORT' unless... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | On further thought, we need a defense against empty... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | Ignore PGPORT environment variable if it is an empty... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | Reverse #if test to be defined(__osf__) rather than... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Peter Eisentraut | Remove incorrect use of rl_special_prefixes until furth... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Tom Lane | NetBSD/Alpha porting fixes from tom@minnesota.com. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tom Lane | Be more careful about the difference between signed... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Correct UNDER syntax. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Correct UNDER syntax. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Refinements |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Remove C++ comment. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Vadim B. Mikheev | 1. WAL needs in zero-ed content of newly initialized... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Add mention of sysctl(8) for IPC tuning on Linux. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Remove incorrect assert. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Vadim B. Mikheev | Fixed misprint in heap update WALoging. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tatsuo Ishii | Imporve messages. |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tom Lane | Apparently, special float8 comparison file for Alpha... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tom Lane | Clean up spinlock assembly code slightly (just cosmetic... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tom Lane | Paranoia about possible values of errno after a shmget... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tom Lane | Remove obsolete and unportable enable_plpgsql script... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Peter Eisentraut | Fix unportable use of '!' in shell commands. |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Tom Lane | column and tuple numbers should be int not size_t. |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Tom Lane | Fix failure in CreateCheckPoint on some Alpha boxes... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Vadim B. Mikheev | MUST update (in-memory) data page BEFORE XLogInsert... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Tom Lane | stamp-h needs to be made by config.status, not elsewher... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Vadim B. Mikheev | nbtree_xlog_newroot: set meta flag in meta page opaque. |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Bruce Momjian | Attached are patches for two fixes to reduce memory... |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Peter Eisentraut | Qualify %.in rule to avoid triggering on configure... |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Vadim B. Mikheev | New WAL version - CRC and data blocks backup. |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Tom Lane | Let's try this again on accepting the correct range... |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Tom Lane | Correct erroneous documentation of PQsetnonblocking(). |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Tom Lane | Fix portability problems recently exposed by regression... |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Peter Eisentraut | Only install the integrated HTML documentation set... |
commit | commitdiff | tree | snapshot |
next |