1999-02-07 |
Tom Lane | Simplify lexer's rules for string constants, eliminate... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Include -lcrypt when needed to link libpgtcl.so and... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | Changed manpages for create_rule/drop_rule to the semantics |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Add PQresStatus() function to avoid direct access to... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Clean up some minor compile warnings. |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Correct definition of srandom() --- it takes unsigned... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | New gram.c after modification of gram.y |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | Reenabled parentheses for grouping multiple rule action... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | Changed ExecConstraints() and ExecRelCheck() to cache... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | Missing semicolon in last fix :-} |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | One more fix to QuerySnapshot usage in ExecutorStart... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Jan Wieck | Fixed problem with multiple portals shown up in portals... |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Fix bracketing error in CaseExpr code |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Bruce Momjian | Allow psql to do \p\g. Ingres does it, why not us? |
commit | commitdiff | tree | snapshot |
1999-02-07 |
Tom Lane | Add equality checking for T_Query so that we don't get |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Tom Lane | Add floating-point support to our emulation of snprintf |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Tom Lane | Fix silly typo causing SELECT INTO TABLE to sometimes be |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Bruce Momjian | Optimizer cleanup. |
commit | commitdiff | tree | snapshot |
1999-02-06 |
Jan Wieck | New alloc set code using a memory block pool for small... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Bruce Momjian | optimizer cleanup |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Bruce Momjian | Optimizer cleanup. |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Bruce Momjian | Fix for returning stack pointer from selectivity, from... |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Bruce Momjian | Reverse out const to libpq interface from D'Arcy. |
commit | commitdiff | tree | snapshot |
1999-02-05 |
Tom Lane | Fix silly typo in prune_joinrel |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | Optimizer cleanups. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | Update optimizer comments. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | Large object write-into-middle fix from Tatsuo Ishii. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Marc G. Fournier | From: Michael Meskes <Michael.Meskes@usa.net> |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | Const fixes from D'Arcy. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | More optimizer cleanups. |
commit | commitdiff | tree | snapshot |
1999-02-04 |
Bruce Momjian | More optimizer renaming HInfo -> HashInfo. |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Bruce Momjian | Cleanup of source files where 'return' or 'var =' is... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Bruce Momjian | The libpq function PQfnumber does not handle case-insen... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Bruce Momjian | Optimizer rename ClauseInfo -> RestrictInfo. Update... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Jan Wieck | Sort node for ORDER BY is suppressed if choosen index... |
commit | commitdiff | tree | snapshot |
1999-02-03 |
Tom Lane | Modify int8 to not depend on sscanf(), and fix configur... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | SET_ARGS cleanup |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Make GEQO use dependent on table and index count. |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | OK I found it, |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Add missing mb files. |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Included patches make some enhancements to the multi... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | psql help fix. |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Fix for psql help create table. |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Fix create_rule is->as. |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Jan Wieck | Fixed failed assertion happening in multiple action... |
commit | commitdiff | tree | snapshot |
1999-02-02 |
Bruce Momjian | Add TEMP tables/indexes. Add COPY pfree(). Other... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Jan Wieck | Fixed growing of backend due to not pfree()'d data... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Vadim B. Mikheev | Initialize es_snapshot. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Tom Lane | Tighten coding in samekeys(). Pretty braindead change, |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Marc G. Fournier | freebsd4.0 needed to be added to configure... |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Marc G. Fournier | From: Michael Meskes <Michael.Meskes@usa.net> |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Marc G. Fournier | From: D'Arcy J.M. Cain <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Tom Lane | Fix postmaster to not try to start more than MaxBackend... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Vadim B. Mikheev | Small fix for READ COMMITTED isolevel. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Vadim B. Mikheev | Hope that execMain.c good merged. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Vadim B. Mikheev | Trying to fix bad merging... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Vadim B. Mikheev | READ COMMITTED isolevel is implemented and is default... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jan Wieck | Changed qualification of pg_views and pg_tables to... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jan Wieck | New prebuilt versions of gram.c and scan.c for the... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jan Wieck | Partial support for mixed case in PL/pgSQL. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Tom Lane | Quick fix for subplan-related crash. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Jan Wieck | Speedup of PL/pgSQL by calling ExecEvalExpr() directly |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Bruce Momjian | fix for aggregates |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Marc G. Fournier | From: Tatsuo Ishii <t-ishii@sra.co.jp> |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Tom Lane | Turns out it's easy to cache the fmgr function lookup |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Tom Lane | Another SELECT speedup: extract OIDs of column print... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Bruce Momjian | More agg cleanup. |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Marc G. Fournier | primary key support cleanups from D'Arcy... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Bruce Momjian | pgindent file. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Marc G. Fournier | From: Peter T Mount <peter@retep.org.uk> |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Bruce Momjian | Agg/Aggreg cleanup and datetime.sql patch. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Vadim B. Mikheev | SELECT FOR UPDATE is implemented... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Tom Lane | Tighten coding of fmgr_isbuiltin() ... managed to speed... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tom Lane | Tighten coding of inner loops in nocachegetattr ... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tom Lane | Use heap_attisnull, rather than heap_getattr, for a... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tom Lane | Replace typtoout() and gettypelem() with a single routine, |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tom Lane | Fix a couple little problems with signed vs. unsigned |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Bruce Momjian | Rename Aggreg to Aggref. |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Tom Lane | Improper addition of NaN/Infinity recognition to float8in() |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Bruce Momjian | Remove unused Choose node. |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Tom Lane | Add explicit buffering in backend libpq, to compensate for |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Tom Lane | Fix unportable test syntax in regression script. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Bruce Momjian | Fix for intersect FOR UPDATE check. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Bruce Momjian | Relcache Size fix. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Bruce Momjian | Fix for Size sizeof in cache code. |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Marc G. Fournier | |From: "D'Arcy" "J.M." Cain <darcy@druid.net> |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Bruce Momjian | It seems that SPI_prepare() doesn't work well in some... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Bruce Momjian | Here is a new version of my patch for allowing pg_dump... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Bruce Momjian | The following patch finishes primary key support. ... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Bruce Momjian | i have made minor changes to array_iterator to make... |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Marc G. Fournier | From: Michael Meskes <Michael.Meskes@usa.net> |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Vadim B. Mikheev | Copy RowMark node (it's for (-:)) FOR UPDATE). |
commit | commitdiff | tree | snapshot |
1999-01-21 |
Vadim B. Mikheev | FOR UPDATE is in parser & rules. |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Bruce Momjian | Update gram.c. |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Bruce Momjian | Add Intersect check. |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Thomas G. Lockhart | Fix "Y-2K" problem with two-digit BC dates being correc... |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Thomas G. Lockhart | Clean up leap year support and date/time validation. |
commit | commitdiff | tree | snapshot |
1999-01-20 |
Thomas G. Lockhart | Add a set of braces to clarify conditional nesting. |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Thomas G. Lockhart | Remove redundant note on NT port. |
commit | commitdiff | tree | snapshot |
1999-01-19 |
Thomas G. Lockhart | Augment info on string functions per Jose Soares' sugge... |
commit | commitdiff | tree | snapshot |
next |