2006-02-12 |
Bruce Momjian | Allow PL/pgSQL FOR statement to return values to scalar... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Use 0x01 for newlines in saved history. It was determi... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Clean up plpgsql grammar to make sure that check_assign... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Allow to_char() to print localized month and day names. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | As part of previous commit, add pg_restore option: |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Add psql option: |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Add contrib/pg_freespacemap to display free space map... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Fix more fallout from line-wrap patch, to wit, arbitrar... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | I've created a new shared catalog table pg_shdescriptio... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Undo changes of trailing space in recently-committed... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Restore previous psql behavior of not printing useless... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Bruce Momjian | Please find enclosed a patch that lets you use \c to... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Tom Lane | Actually there's a better way to do this, which is... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Tom Lane | Skip ambulkdelete scan if there's nothing to delete... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | o Improve psql's handling of multi-line statements |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Tom Lane | Fix incorrect addition, subtraction, and overflow check... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Revert based on Tom's recommendation: |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Allow VACUUM to complete faster by avoiding scanning... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Update catalog version for INET additions. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
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 |
next |