| 2005-06-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-06-25 |
Bruce Momjian | Update: |
commit | commitdiff | tree |
| 2005-06-25 |
Bruce Momjian | Update: |
commit | commitdiff | tree |
| 2005-06-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-06-25 |
Bruce Momjian | Add item: |
commit | commitdiff | tree |
| 2005-06-24 |
Bruce Momjian | Add desciption for terminate: |
commit | commitdiff | tree |
| 2005-06-24 |
Tom Lane | Extend r-tree operator classes to handle Y-direction... |
commit | commitdiff | tree |
| 2005-06-24 |
Tatsuo Ishii | unbreak unicode/utf8 test |
commit | commitdiff | tree |
| 2005-06-24 |
Tom Lane | Remove overspecification of precision of CURRENT_TIMEST... |
commit | commitdiff | tree |
| 2005-06-24 |
Tatsuo Ishii | Allow direct conversion between EUC_JP and SJIS to... |
commit | commitdiff | tree |
| 2005-06-24 |
Bruce Momjian | Remove TODO.detail rtree now that item is fixed. |
commit | commitdiff | tree |
| 2005-06-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-06-24 |
Bruce Momjian | Completed: |
commit | commitdiff | tree |
| 2005-06-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-06-24 |
Neil Conway | Code cleanup: remove 3 duplicate static function declar... |
commit | commitdiff | tree |
| 2005-06-24 |
Neil Conway | This trivial patch removes an unused variable. From... |
commit | commitdiff | tree |
| 2005-06-24 |
Tom Lane | Fix rtree and contrib/rtree_gist search behavior for... |
commit | commitdiff | tree |
| 2005-06-23 |
Bruce Momjian | Update text of terminate: |
commit | commitdiff | tree |
| 2005-06-23 |
Tom Lane | Move findoidjoins out of contrib and into src/tools... |
commit | commitdiff | tree |
| 2005-06-23 |
Tom Lane | Cleanup the contrib/lo module: there is no need anymore... |
commit | commitdiff | tree |
| 2005-06-22 |
Tom Lane | Remove contrib modules that have been agreed to be... |
commit | commitdiff | tree |
| 2005-06-22 |
Tom Lane | Make REINDEX DATABASE do what one would expect, namely... |
commit | commitdiff | tree |
| 2005-06-22 |
Tom Lane | Fix the mechanism for reporting the original table... |
commit | commitdiff | tree |
| 2005-06-22 |
Tom Lane | Add a validator function for plperl. Andrew Dunstan |
commit | commitdiff | tree |
| 2005-06-22 |
Tom Lane | Add a hack requested by the JDBC driver writers: when... |
commit | commitdiff | tree |
| 2005-06-22 |
Neil Conway | Fix bug in CONTINUE statement for PL/pgSQL: when we... |
commit | commitdiff | tree |
| 2005-06-22 |
Neil Conway | Correct some code in pg_restore when reading the header... |
commit | commitdiff | tree |
| 2005-06-22 |
Neil Conway | More trivial dead code removal: in int_to_roman(),... |
commit | commitdiff | tree |
| 2005-06-22 |
Neil Conway | Add a CONTINUE statement to PL/PgSQL, which can be... |
commit | commitdiff | tree |
| 2005-06-21 |
Tom Lane | pg_dump can now dump large objects even in plain-text... |
commit | commitdiff | tree |
| 2005-06-21 |
Tom Lane | Fix pg_dumpall to do the right thing with "postgres... |
commit | commitdiff | tree |
| 2005-06-21 |
Tom Lane | Cause initdb to create a third standard database "postg... |
commit | commitdiff | tree |
| 2005-06-21 |
Neil Conway | Fix a potential backend crash during authentication... |
commit | commitdiff | tree |
| 2005-06-21 |
Neil Conway | Trivial dead code removal: in CreateSchemaCommand(... |
commit | commitdiff | tree |
| 2005-06-21 |
Neil Conway | Trivial dead code removal: in _complete_from_query... |
commit | commitdiff | tree |
| 2005-06-21 |
Neil Conway | Trivial dead code removal: in makeObjectName(), name1... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | exec_eval_datum leaks memory when dealing with ROW... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Remove read_file/write_file tests. These were original... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | plpgsql's exec_assign_value() freed the old value of... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Avoid WAL-logging individual tuple insertions during... |
commit | commitdiff | tree |
| 2005-06-20 |
Teodor Sigaev | fix founded hole in recovery after crash, add vacuum_de... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Remove statement that GiST indexes aren't WAL-logged. |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Update text that stated GiST indexes aren't WAL-logged. |
commit | commitdiff | tree |
| 2005-06-20 |
Teodor Sigaev | 1. full functional WAL for GiST |
commit | commitdiff | tree |
| 2005-06-20 |
Neil Conway | Cosmetic improvements to the timezone code: remove... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Change shell syntax that seems not to work right on... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Add lock file contents printout to "can't happen" case... |
commit | commitdiff | tree |
| 2005-06-20 |
Neil Conway | Trivial code clarity improvement to UpdateStats();... |
commit | commitdiff | tree |
| 2005-06-20 |
Tom Lane | Fix bogus assumption that sizeof() produces an int... |
commit | commitdiff | tree |
| 2005-06-19 |
Neil Conway | Minor documentation update for RAISE expression patch. |
commit | commitdiff | tree |
| 2005-06-19 |
Tom Lane | Avoid unnecessary palloc overhead in _bt_first(). ... |
commit | commitdiff | tree |
| 2005-06-19 |
Tom Lane | Need #include <time.h> on some platforms. |
commit | commitdiff | tree |
| 2005-06-19 |
Tom Lane | Simplify uses of readdir() by creating a function ReadD... |
commit | commitdiff | tree |
| 2005-06-19 |
Tom Lane | Arrange to fsync two-phase-commit state files only... |
commit | commitdiff | tree |
| 2005-06-19 |
Bruce Momjian | Add comment about \# in bcc makefiles. |
commit | commitdiff | tree |
| 2005-06-19 |
Bruce Momjian | Cleanup for Win32 compile. |
commit | commitdiff | tree |
| 2005-06-19 |
Bruce Momjian | Fix typo in comment. |
commit | commitdiff | tree |
| 2005-06-18 |
Tom Lane | When using C-string lookup keys in a dynahash.c hash... |
commit | commitdiff | tree |
| 2005-06-18 |
Tom Lane | Add a time-of-preparation column to the pg_prepared_xac... |
commit | commitdiff | tree |
| 2005-06-18 |
Tom Lane | Dept. of second thoughts: regular COMMIT deletes deleta... |
commit | commitdiff | tree |
| 2005-06-18 |
Bruce Momjian | Remove 2phase commit TODO.detail. |
commit | commitdiff | tree |
| 2005-06-18 |
Bruce Momjian | Remove TODO.detail. |
commit | commitdiff | tree |
| 2005-06-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-06-17 |
Tom Lane | Two-phase commit. Original patch by Heikki Linnakangas... |
commit | commitdiff | tree |
| 2005-06-17 |
Bruce Momjian | Re-order item. |
commit | commitdiff | tree |
| 2005-06-17 |
Bruce Momjian | Move item: |
commit | commitdiff | tree |
| 2005-06-17 |
Bruce Momjian | Update NetBSD 'options' description. |
commit | commitdiff | tree |
| 2005-06-17 |
Bruce Momjian | Improve wording of read-only GUC variables; shows... |
commit | commitdiff | tree |
| 2005-06-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-06-16 |
Bruce Momjian | Update GUC description for kerberos usernames. |
commit | commitdiff | tree |
| 2005-06-16 |
Bruce Momjian | Add fsync() define for Win32 to cover cases other than... |
commit | commitdiff | tree |
| 2005-06-16 |
Bruce Momjian | Add \x hex support to ecpg strings. This just passes... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Move SYMMETRIC/ASYMMETRIC to reserved words to avoid... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Improve comment wording. |
commit | commitdiff | tree |
| 2005-06-15 |
Tom Lane | Improve hash method for bitmapsets: some examination... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Fix display of database name during autovacuum. |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Update catalog version for recent function additions. |
commit | commitdiff | tree |
| 2005-06-15 |
Neil Conway | Change the implementation of hash join to attempt to... |
commit | commitdiff | tree |
| 2005-06-15 |
Neil Conway | Minor SGML markup cleanup. |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Remove old *.backup files when we do pg_stop_backup... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Mention we now support BETWEEN SYMMETRIC. |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | > Here's a patch I added against plperl, originally... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | This patch makes it possible to use the full set of... |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | Support 3 and 4-byte unicode characters. |
commit | commitdiff | tree |
| 2005-06-15 |
Bruce Momjian | >> Do you agree that using a hashtable for it in genera... |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Now \d show tablespace of indices per discussion. |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Add BETWEEN SYMMETRIC. |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | reorder: |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Use ' ' escapes for leading spaces in table values... |
commit | commitdiff | tree |
| 2005-06-14 |
Tom Lane | Simplify shared-memory lock data structures as per... |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Add pg_postmaster_start_time() function. |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Have SHOW ALL include variable descriptions. |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Update: |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Move item into proper section: |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Attached is a makefile I hacked up to build pg_config... |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Add GUC krb_server_hostname so the server hostname... |
commit | commitdiff | tree |
| 2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-06-14 |
Tom Lane | The random selection in function linear() could deliver... |
commit | commitdiff | tree |
| next |