2005-07-28 |
Bruce Momjian | Add tab completion syntax for PREPARE 2-phase commit... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Fix a bunch of bad interactions between partial indexes... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Bruce Momjian | Code cleanup. |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Neil Conway | Refactor exec_cast_value() and exec_simple_cast_value... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Neil Conway | Mark a static array "const" to move a few bytes from... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Remove no-longer-needed hack to add pgsleep.c to regres... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Put libpgport into OBJS instead of LIBS, so that it... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Fix a whole bunch of #includes that were either wrong... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Remove some long-dead support for libpgtcl with Tk. |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Tom Lane | Fix breakage introduced in plpgsql CONTINUE patch. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Neil Conway | Add some missing SGML markup. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Neil Conway | Fix a few macro definitions to ensure that unary minus... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Neil Conway | Remove MMCacheLock -- it is no longer used. Per ITAGAKI... |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Neil Conway | Avoid crashing pg_dump if we can't connect to the datab... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Tom Lane | Basic documentation for ROLEs. The user-manag chapter... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Tom Lane | Minor correction: cause ALTER ROLE role ROLE rolenames... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Tom Lane | Add a role property 'rolinherit' which, when false... |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Tom Lane | Add pg_has_role() family of privilege inquiry functions... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Tom Lane | Add SET ROLE. This is a partial commit of Stephen... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Bruce Momjian | Add username for psql password prompt, if the username... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Tom Lane | Awhile back we replaced all uses of strcasecmp and... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Tom Lane | Change build of regress.so to use Makefile.shlib instea... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | Partial fixes for contrib build on AIX: include -lm... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | Regenerate badly-obsolete README file. |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | With the interval/day patch, the horology regression... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | Add variant expected file to cope with different spelli... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Bruce Momjian | Fix rounding problem in interval_div by using rint... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | Fix logic error in tbm_intersect: the intersection... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Tom Lane | Fix some failures to initialize table entries induced... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Tom Lane | Simple constraint exclusion. For now, only child table... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Bruce Momjian | Remove unintended code addition. |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Bruce Momjian | Macro alignment cleanup. |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Bruce Momjian | Improve computations of interval_div to prevent roundin... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Bruce Momjian | Andrew pointed out that the current fix didn't handle... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Tom Lane | In the stats test, delay for the stats collector to... |
commit | commitdiff | tree | snapshot |
2005-07-23 |
Bruce Momjian | Fix AT TIME ZONE for timestamps without time zones: |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | Fix AT TIME ZONE for timestamps without time zones: |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Tom Lane | Fix insufficient check for overflow in tm2abstime(... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Tom Lane | Fix compare_fuzzy_path_costs() to behave a bit more... |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | More removal of unneeded parentheses. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | More spacing adjustments |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | Update date/time comments. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | More minor spacing improvements. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Bruce Momjian | Code spacing improvement, particularly *tm spacing. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | More comment update of time macros. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Update DAYS_PER_MONTH comment. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Add comment about void* use in MemSet. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Fix integer timestamp build for macro changes. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Add comment marking non-exact time conversion macros. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Remove unnecessary parentheses in assignments. |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Tom Lane | Fix storage size for btree_gist interval indexes. ... |
commit | commitdiff | tree | snapshot |
2005-07-21 |
Bruce Momjian | Add time/date macros for code clarity: |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Tom Lane | Fix breakage of INSTALL document build. |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Bruce Momjian | /contrib/btree_gist adjustments for new 'day' interval... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Bruce Momjian | Update catalog version for INTERVAL day addition. |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Bruce Momjian | Add 'day' field to INTERVAL so 1 day interval can be... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Bruce Momjian | Fix interval division and multiplication, before: |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Neil Conway | Documentation tweak: make <command>CREATE OPERATOR... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Fix some bogosities in geometric-function documentation... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Bruce Momjian | \pset numericsep -> numericlocale. |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Bruce Momjian | Fix len so decimal length is only added when a period... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Avoid use of E'', and thereby creating an unnecessary... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Avoid need for E'' construct by using regexp instead... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Bruce Momjian | Fix numiericsep length computations. |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Adjust psql describe queries so that any pg_foo_is_visi... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | pgcrypto documentation update. Marko Kreen |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Fortuna fixes. Marko Kreen |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Small cleanups for pgcrypto. Marko Kreen |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Fix C++-style comments, per Rocco Altier. |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | MemSet() must not cast its pointer argument to int32... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Tom Lane | Make pg_regress accept a command-line option for the... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Tom Lane | Fix create_unique_plan() so it doesn't generate useless... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Bruce Momjian | Fix SGML spacing. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Tom Lane | Check for out-of-range varoattno in deparse_context_for... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Tom Lane | Fix overenthusiastic optimization of 'x IN (SELECT... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Tom Lane | Adjust permissions checking for ALTER OWNER commands... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | Enable multi-byte thousands_sep and decimal_point for... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | Make better thousands_sep default based on decimal... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | Change numericsep to a boolean, and make it locale... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | Add numeric separator support for latex and troff outpu... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Neil Conway | Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | barebones variable name -> tuples_only, for consistency. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Bruce Momjian | Fix malloc length for new numeric separator patch. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Neil Conway | This doc patch replaces all inappropriate references... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Tom Lane | Integrate autovacuum functionality into the backend... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Tom Lane | Fix a couple of bogus comments, per Alvaro. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Tom Lane | Remove extraneous space after -L ... it confuses SHLIB_... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Tom Lane | Fix unwanted side-effects of recent SHLIB_LINK -L patch... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Bruce Momjian | Fix #elif spacing too. |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Tom Lane | Fix libpq memory leak during PQreset() --- closePGconn... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Bruce Momjian | Fix pgindent to not have blank line before #else in... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Bruce Momjian | Add backslashes to parentheses in awk regex because... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Bruce Momjian | Move -L flag around for shared builds: |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Neil Conway | Documentation for some new PL/Perl features. Patch... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Tom Lane | Hack around the discrepancy between default library... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Tom Lane | Fix plperl crash with list value return for an array... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Tom Lane | More pgcrypto fixes: handle long messages correctly... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Bruce Momjian | Improve comments for AdjustIntervalForTypmod. |
commit | commitdiff | tree | snapshot |
next |