2002-07-02 |
Bruce Momjian | There already was a macro PageGetItemId; this is now... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Bruce Momjian | Minor code cleanup in bufmgr.c and bufmgr.h, mainly... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Bruce Momjian | This patch, which is built upon the "HeapTupleHeader... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Bruce Momjian | Back out regress/results changes. Real CVS problem... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Bruce Momjian | Fix removal of results directory on 'make clean'. ... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Tom Lane | First phase of applying Rod Taylor's pg_depend patch... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Michael Meskes | Commit old versions into main branch again. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Michael Meskes | Committing parser changes. Note, however, that the... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Bruce Momjian | Not done: |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Hiroshi Inoue | 1) prevent setting of KSQO on 7.3+ servers(Thanks to... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Barry Lind | fixed build.xml to echo correct jdbc version under... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Barry Lind | general cleanup of jdbc code |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Bruce Momjian | Restore error message I accidentally changed. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Bruce Momjian | The attached patch fixes some spelling mistakes, makes the |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Tom Lane | Treat \r as white space when parsing pg_hba and related... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Barry Lind | translation patch submitted by Zhenbang Wei forth@mail... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Barry Lind | patch submitted by Jason Davies jason@netspade.com... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | Back out cleanup patch. Got old version and needs... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | The attached patch fixes some spelling mistakes, makes the |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | Here is a patch for a memory leak in rtree.c, version... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Dave Cramer | fixed retrieval of foreign/primary keys in imported... |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | Add more info on regex's using INDEX. |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Hiroshi Inoue | 1) Add support for GB18030. |
commit | commitdiff | tree | snapshot |
2002-06-25 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Tom Lane | plpgsql's PERFORM statement now sets FOUND depending... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Tom Lane | Document quote_ident and quote_literal in the main... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Barry Lind | patch to add support for callable statements to the... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Barry Lind | patch to update zh_TW message file for jdbc submitted... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Barry Lind | patch submitted by Jason Davies jason@netspade.com... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Barry Lind | fixed bug reported by Wolfgang Winter w.winter@logitags... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Link dbmirror into /contrib system. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Add dbmirror to /contrib. Minor C cleanups and Makefile. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | It seems that ExecInit/EndIndexScan is leaking some... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Add indexing for isbn and issn. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Add MIN/MAX LIMIT/OFFSET mention. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Remove unused INET6 variable. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Update dbsize documentation with: |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Remove INET6 from SSL. We don't support INET6 yet. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Rename command to reindexdb, for consistency. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Mention REINDEX can be used for disk space reclaimation... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Bruce Momjian | Handle mixed-case names in reindex script. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Bruce Momjian | uint -> uint32, portability. |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Thomas G. Lockhart | Implement SQL99 CREATE CAST and DROP CAST statements. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Add mention of segmented files to oid2name. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Add reindex utility to /contrib. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Mention dbsize in database sizing manual section. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Mention "PostgreSQL"'s hashes as slower/similar to... |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Update hash warning in manual. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Document problems with hash indexes compared to btree. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Remove Jan's copyright, with his approval. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-06-21 |
Bruce Momjian | Add pg_dump/restore item to FAQ. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add new documentation on page format. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Clean up some copyrights. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add another missing SRF file. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add missing SRF file. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add missing regression files for SRF. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Update copyright to 2002. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Here is a patch for Composite and Set returning functio... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Attached is a regression test patch for SRFs. I based... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | > Here's the first doc patch for SRFs. The patch covers... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add from Dave Cramer: |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Update as done: |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Improve COPY syntax to use WITH clause, keep backward... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | This patch updates the CREATE LANGUAGE & pg_language... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Bruce Momjian | Add new Russian FAQ. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Bruce Momjian | Properly mark rules that return no value. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Tom Lane | CacheMemoryContext should be DLLIMPORT. |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Thomas G. Lockhart | Split list of SQL99 features into "Supported" and ... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Bruce Momjian | Wrap long gram.y lines. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Bruce Momjian | Change CREATE DATABASE to use DefElem instead of constr... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Bruce Momjian | Improve rule action ordering in gram.y, more cleanups. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Mark noise keyword actions with {} rather than returnin... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Manually indent gram.y to be consistent. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Use KAME accessor macros for addr8. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Fix missing 'buf' variable in SSL sources and add missi... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Fix SSL DEBUG levels to match CVS elog flags. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Back out accidental COPY data changes. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Tom Lane | Repair AlterTableOwner --- was failing for relations... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Michael Meskes | Fixed parser bug concerning octal numbers in single... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Rename DEBUG to DEBUG1 in SSL code. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Merge ALTER GROUP ADD/DROP rules by creating add_drop... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Bruce Momjian | Simplify optional WITH handling in CREATE USER, ALTER... |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Dave Cramer | implemented refresh row |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Bruce Momjian | Remove KSQO from GUC and move file to _deadcode. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Fix up memory leakage created by recent changes. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Ooops, fix busted markup. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Clean up gcc warnings. Avoid the bad habit of putting... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Fix up gcc warnings, improve comments. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tom Lane | Add a little more material to the new section about... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Patch for current_schemas to optionally include implici... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | PATCH SSL_pending() checks in libpq/fe-misc.c: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | WriteBuffer return value: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Update LOG_PID to mention it doesn't control syslog. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | Remove some pre-WAL relics: |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Bruce Momjian | This patch wraps all accesses to t_xmin, t_cmin, t_xmax... |
commit | commitdiff | tree | snapshot |
next |