2006-02-11 |
Bruce Momjian | Add INET/CIDR operators: and, or, not, plus int8, minus... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Clean up signedness warnings and 64-bit bugs in recent... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Make it possible to run initdb from an admin account... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Enable pg_ctl to give up admin privileges when starting... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Check that SID is enabled while checking for Windows... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Change search for default operator classes so that... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Clean up some signedness warnings. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Bruce Momjian | Fix psql after newline patch for calloc(0). |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Tom Lane | Fix fallout from psql line-wrapping patch. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Teodor Sigaev | Allow "'" symbol in affixes ("'s" affix in english... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Peter Eisentraut | Fix up remaining library checks. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Teodor Sigaev | renew output of regression test accordingly to |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Bruce Momjian | Allow psql multi-line column values to align in the... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Bruce Momjian | This fixes pg_dump so that when using the '-O' no owner... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | Provide the libpq error message when PQputline or PQend... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Teodor Sigaev | 1 Fix bug with very short word: prefix and suffix might... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Bruce Momjian | Use "bitwise" rather than "binary for AND/OR descriptio... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | C++ comments are verboten. Per gripe from Kris Jurka. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | Reject out-of-range dates in date_in(). |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Tom Lane | Fix broken non-YYDEBUG case. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Michael Meskes | Added just another test case. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Tom Lane | Remove ancient hack to work around a peculiarity of... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Bruce Momjian | Source code cleanup. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Bruce Momjian | I think that NUMERIC datatype has a problem in the... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Bruce Momjian | Remove question mark: |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Peter Eisentraut | Make --version option print fixed program name. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Peter Eisentraut | Remove some checks for libraries that no one can identi... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Bruce Momjian | Split up wal-logging items: |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Bruce Momjian | Fix HTML alignment in PQprint. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Tom Lane | Improve the tests to see if ScalarArrayOpExpr is strict... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Teodor Sigaev | Check number of affixes to prevent core dump with zero... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Bruce Momjian | Fix PQprint HTML tag, "centre" -> "center". |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Tom Lane | Fix pg_restore to properly discard COPY data when tryin... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Bruce Momjian | Fix typo in configuration docs. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Tom Lane | Improve my initial, rather hacky implementation of... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Bruce Momjian | Update PL/pgSQL trigger example to be clearer about... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Tom Lane | Fix constraint exclusion to work in inherited UPDATE... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Michael Meskes | Added C bit fields to ecpg parser |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Andrew Dunstan | DROP IF EXISTS for ROLE/USER/GROUP |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Peter Eisentraut | Issue a warning if a change-on-restart-only postgresql... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Bruce Momjian | Update walcontrol item: |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Bruce Momjian | Add to TODO.detail/walcontrol. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Bruce Momjian | In ecpg, automatically double single quotes in $$ strin... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Bruce Momjian | Update Makefile for new thread_test location. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Bruce Momjian | Move thread_test directory from /tools to /test so... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Peter Eisentraut | First attempt at removing some AC_CHECK_LIB(foo, main... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Tom Lane | Teach planner to convert simple UNION ALL subqueries... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Bruce Momjian | Update tested AIX memset platforms. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Bruce Momjian | Allow MEMSET_LOOP_LIMIT to be set on a per-platform... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Bruce Momjian | Update random() usage so ranges are inclusive/exclusive... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Bruce Momjian | Prevent COPY from using newline or carriage return... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Bruce Momjian | Improve tab whitespace in file. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Bruce Momjian | More spacing cleanups. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Source code alignment fixes for preproc.y. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | More alignment improvements. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Make pgc.l source code alignment consistent. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Add code comment about Linux stack randomization and... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Fix const cast in get_progname(). |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Set progname early in the postmaster/postgres binary... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Move items: |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Tom Lane | Allow %TYPE to be used with SETOF, per gripe from Murat... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Tom Lane | Restructure planner's handling of inheritance. Rather... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Michael Meskes | Removed single quotes from connect to example. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Tom Lane | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Tom Lane | When building a bitmap scan, must copy the bitmapqualor... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Tom Lane | Fix Assert that's no longer correct now that RowCompare... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Tom Lane | Fix code that checks to see if an index can be consider... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Andrew Dunstan | Undo perl's nasty locale setting on Windows. Since... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Neil Conway | Per a bug report from Theo Schlossnagle, plperl_return_... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Tom Lane | Tweak initdb to reduce verbosity of progress messages... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Teodor Sigaev | Snowball multibyte. It's a pity, but snowball sources... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Tom Lane | Suppress signed-vs-unsigned-char warning. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Tom Lane | Fix display of whole-row Var appearing at the top level... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Tom Lane | Update btree_gist for CIDR/INET changes --- there's... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Tom Lane | Clean up the INET-vs-CIDR situation. Get rid of the... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Tom Lane | Remove the no-longer-useful HashItem/HashItemData level... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Tom Lane | Remove the no-longer-useful BTItem/BTItemData level... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Tom Lane | Remove unnecessary PQconsumeInput call from PQputCopyDa... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Tom Lane | Allow row comparisons to be used as indexscan qualifica... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Bruce Momjian | Update regression error message for NUMERIC range overf... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Bruce Momjian | Update regression error message for NUMERIC range overf... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Bruce Momjian | Improve error message when NUMERIC precision is exceeded. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Tom Lane | Fix unportable usage of socklen_t: should use ACCEPT_TY... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Michael Meskes | - Synced parser and keyword list. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tom Lane | Instead of using a numberOfRequiredKeys count to distin... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Bruce Momjian | Prototype fix for typo. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Bruce Momjian | Use is_cidr in INET/CIDR structure, rather than the... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tom Lane | Improve wording of descriptions of SIGHUP GUC parameter... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Teodor Sigaev | Fix typeing as Tom suggest |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Tom Lane | Improve note about not using the target table name... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Tom Lane | Fix alias-for-target-table-of-UPDATE-or-DELETE patch... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Neil Conway | Allow an optional alias for the target table to be... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Neil Conway | Minor improvements to GEQO documentation. |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tom Lane | Marginal improvements in the wording of the autovacuum... |
commit | commitdiff | tree | snapshot |
next |