1999-10-07 |
Tom Lane | Fix planner and rewriter to follow SQL semantics for... |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Vadim B. Mikheev | Small cleanup. |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Vadim B. Mikheev | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Bruce Momjian | More more liszt language code, so remove it from pg_lan... |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Hiroshi Inoue | Improve the treatment of partial(incomplete) blocks... |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Vadim B. Mikheev | Don't set BootstrapProcessingMode in AddNewRelationTupl... |
commit | commitdiff | tree | snapshot |
1999-10-06 |
Bruce Momjian | CmdTuples() returns an int showing the number of affect... |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Bruce Momjian | Update sgmltools install instructions. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Bruce Momjian | Allow comment-only lines, and ;;; lines too. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Bruce Momjian | Update sgmltools for docs. |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Thomas G. Lockhart | Expunge "UNIX" in favor of "Unix". |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Bruce Momjian | As we now use lipq++.H which wasn't around when I first... |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Thomas G. Lockhart | Add mention of transactions and large objects. |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Tom Lane | Less noisy rule display... |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Bruce Momjian | Fix typo in sgml source. |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Tom Lane | Make the rule deparser a little less quote-happy, so... |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Tom Lane | Oops, DEFAULT processing wasn't doing type compatibilit... |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Tom Lane | Reimplement parsing and storage of default expressions... |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Bruce Momjian | I hope this is what you had in mind: |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Teach parse_coerce about non-cachable functions (actually, |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Allow CREATE FUNCTION's WITH clause to be used for... |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Document formerly-undocumented WITH clause of CREATE... |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Replace float.c's #ifdef finite check with a proper... |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Stick finger into a couple more holes in the leaky... |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Fix make_clause and make_opclause to record valid type... |
commit | commitdiff | tree | snapshot |
1999-10-02 |
Tom Lane | Revise rule-printing routines to use expandable StringI... |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Thomas G. Lockhart | Refer to "name", rather than "table" as the replaceable... |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Thomas G. Lockhart | Make a mention of the new TRUNCATE command. |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Thomas G. Lockhart | Make TABLE an optional keyword, a la LOCK TABLE (gram... |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Thomas G. Lockhart | Add keywords from Jan's recent RI features. |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Thomas G. Lockhart | Remove xref's to reference pages since they are not... |
commit | commitdiff | tree | snapshot |
1999-10-01 |
Tom Lane | Clean up rewriter routines to use expression_tree_walke... |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Jan Wieck | Fixed opr_sanity regression test to ignore the new |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Jan Wieck | Added utils/adt/ri_triggers with empty shells for the |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Jan Wieck | Removed (useless) pg_proc_prosrc_index |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Tom Lane | Reverse out getopt patch --- turns out it doesn't help... |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Tom Lane | Un-break optarg() call --- some peoples' optarg libraries |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Tom Lane | Hmm, guess I forgot to commit this file the other day ... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Bruce Momjian | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Jan Wieck | Added nbtree operator class for NUMERIC |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Bruce Momjian | Disable new FROM-clause warning. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Jan Wieck | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER... |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Thomas G. Lockhart | Add a few items to the reserved keyword lists. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Thomas G. Lockhart | Remove remnant garbage from former man pages. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Thomas G. Lockhart | Fix (mis)information about NULLIF() SQL function. |
commit | commitdiff | tree | snapshot |
1999-09-29 |
Thomas G. Lockhart | Strip out some cvs log info. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/... |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Add mention of pg_upgrade for release checklist. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Fix pg_upgrade so it vacuums all databases. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Add subquery mention in auto-create table entry. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Fix for AIX dynaloader from Zeugswetter Andrea |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | pg_upgrade reminder. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Recommend postmaster stop/start for pg_upgrade. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | More cleanup for | and ^. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | More cleanup for | and ^. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Fix for creation of operator |. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Update README.NT |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | libpq++ cleanup from Vince Vielhaber |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Vadim B. Mikheev | Make tree compilable (+WAL). |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Vadim B. Mikheev | heap_close(rel, AccessShareLock); |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Addition of CmdTuples(). Wraps PQcmdTuples. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final/... |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | I have been working with user defined types and... |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Reverse out last scan.l patch for minus handling.\ |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Tom Lane | Fix nodeAgg coredump in case where lower-level plan has |
commit | commitdiff | tree | snapshot |
1999-09-28 |
Bruce Momjian | Update NT readme. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Sorry, guys. Here is the ultimate patch which keeps... |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Irix fix from Mark Dalphin |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, withou... |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Apply contrib patch from Massimo |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Cancel query support from Massimo |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update README.NT |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Following advice from Michael Ansley, I broke up the... |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Hello, |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update README.NT with patch. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Currently,only the first column of multi-column indices |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Emit warning on SELECT pg_language.* |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Fix to give super user and createdb user proper update... |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Vadim B. Mikheev | Transaction log manager core code. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | New Solaris FAQ. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Add README.SSL |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Lots of patches coming in from me today :-) |
commit | commitdiff | tree | snapshot |
1999-09-27 |
Bruce Momjian | Add bsdi sparc port. |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Tom Lane | Modify nodeAgg.c so that no rows are returned for a... |
commit | commitdiff | tree | snapshot |
next |