2005-06-22 |
Neil Conway | More trivial dead code removal: in int_to_roman(),... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Neil Conway | Add a CONTINUE statement to PL/PgSQL, which can be... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Tom Lane | pg_dump can now dump large objects even in plain-text... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Tom Lane | Fix pg_dumpall to do the right thing with "postgres... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Tom Lane | Cause initdb to create a third standard database "postg... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Neil Conway | Fix a potential backend crash during authentication... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Neil Conway | Trivial dead code removal: in CreateSchemaCommand(... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Neil Conway | Trivial dead code removal: in _complete_from_query... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
Neil Conway | Trivial dead code removal: in makeObjectName(), name1... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | exec_eval_datum leaks memory when dealing with ROW... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Remove read_file/write_file tests. These were original... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | plpgsql's exec_assign_value() freed the old value of... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Avoid WAL-logging individual tuple insertions during... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Teodor Sigaev | fix founded hole in recovery after crash, add vacuum_de... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Remove statement that GiST indexes aren't WAL-logged. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Update text that stated GiST indexes aren't WAL-logged. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Teodor Sigaev | 1. full functional WAL for GiST |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Neil Conway | Cosmetic improvements to the timezone code: remove... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Change shell syntax that seems not to work right on... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Add lock file contents printout to "can't happen" case... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Neil Conway | Trivial code clarity improvement to UpdateStats();... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | Fix bogus assumption that sizeof() produces an int... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Neil Conway | Minor documentation update for RAISE expression patch. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Tom Lane | Avoid unnecessary palloc overhead in _bt_first(). ... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Tom Lane | Need #include <time.h> on some platforms. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Tom Lane | Simplify uses of readdir() by creating a function ReadD... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Tom Lane | Arrange to fsync two-phase-commit state files only... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Bruce Momjian | Add comment about \# in bcc makefiles. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Bruce Momjian | Cleanup for Win32 compile. |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Bruce Momjian | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Tom Lane | When using C-string lookup keys in a dynahash.c hash... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Tom Lane | Add a time-of-preparation column to the pg_prepared_xac... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Tom Lane | Dept. of second thoughts: regular COMMIT deletes deleta... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Bruce Momjian | Remove 2phase commit TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Bruce Momjian | Remove TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tom Lane | Two-phase commit. Original patch by Heikki Linnakangas... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Bruce Momjian | Re-order item. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Bruce Momjian | Move item: |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Bruce Momjian | Update NetBSD 'options' description. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Bruce Momjian | Improve wording of read-only GUC variables; shows... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Bruce Momjian | Update GUC description for kerberos usernames. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Bruce Momjian | Add fsync() define for Win32 to cover cases other than... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Bruce Momjian | Add \x hex support to ecpg strings. This just passes... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Move SYMMETRIC/ASYMMETRIC to reserved words to avoid... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Improve comment wording. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Tom Lane | Improve hash method for bitmapsets: some examination... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Fix display of database name during autovacuum. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Update catalog version for recent function additions. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Neil Conway | Change the implementation of hash join to attempt to... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Neil Conway | Minor SGML markup cleanup. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Remove old *.backup files when we do pg_stop_backup... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Mention we now support BETWEEN SYMMETRIC. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | > Here's a patch I added against plperl, originally... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | This patch makes it possible to use the full set of... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | Support 3 and 4-byte unicode characters. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Bruce Momjian | >> Do you agree that using a hashtable for it in genera... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Now \d show tablespace of indices per discussion. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Add BETWEEN SYMMETRIC. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | reorder: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Use ' ' escapes for leading spaces in table values... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Tom Lane | Simplify shared-memory lock data structures as per... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Add pg_postmaster_start_time() function. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Have SHOW ALL include variable descriptions. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Move item into proper section: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Attached is a makefile I hacked up to build pg_config... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Add GUC krb_server_hostname so the server hostname... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Tom Lane | The random selection in function linear() could deliver... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Teodor Sigaev | WAL for GiST. It work for online backup and so on,... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Neil Conway | Allow the parameters to PL/PgSQL's RAISE statement... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Tom Lane | Teach planner to optionally ignore index columns that... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Bruce Momjian | Add -L option to psql to log sessions. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Neil Conway | Cleanup for "#option dump" in PL/PgSQL: don't print... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Tom Lane | Change the planner to allow indexscan qualification... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Neil Conway | Per discussion on -hackers, this patch changes psql... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Neil Conway | SGML cleanup: consistently use "endterm" in <xref>s... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Tom Lane | Adjust lo_open() so that specifying INV_READ without... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Tom Lane | Document the --enable-integer-datetimes configure optio... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Neil Conway | This patch removes some old code from libpq that implem... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Neil Conway | libpq was not consistently checking for memory allocati... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Separate predicate-testing code out of indxpath.c,... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Adjust comment about %t and %s to cover %m as well... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tatsuo Ishii | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add space before :DBNAME for proper \set expansion. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Neil Conway | Minor cleanup of documentation for recently-added HISTF... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Neil Conway | Implement two new special variables in PL/PgSQL: SQLSTA... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Use saveHistory so we get a nice error message on failure. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | the following patch makes the filename used to store... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | More Win32 tilde code comments. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add comment on tilde expansion. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Remove unneeded variable test, per Tom. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | Quick hack to allow the outer query's tuple_fraction... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Bruce Momjian | Add the "PGPASSFILE" environment variable to specify... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Tom Lane | If a LIMIT is applied to a UNION ALL query, plan each... |
commit | commitdiff | tree | snapshot |
next |