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 |
2005-06-10 |
Tom Lane | Revise searching of subplan target lists to use somethi... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | This patch shows the full path name when doing a \s... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Free buffer allocated via malloc (process is short... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Mention prefix %t has no milliseconds. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Restructure log_line_prefix options to be clearer: |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | This patch against 8.0.0beta1 source adds log_line_pref... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Fix typo in comment, per Alvaro. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Fix assign_datestyle() so that it doesn't misleadingly... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Make SPI set SPI_processed for CREATE TABLE AS / SELECT... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Add missing #include -- mea culpa. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Defend against omitted paramLengths[] array in PQsendQu... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Repair error in description of nonblocking usage of... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Avoid bare 'struct Node;' declaration --- provokes... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | \(rs should be \\(rs, per Tom. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Put a critical section around update of hash index... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Peter Eisentraut | Add example for pg_config --configure. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Since I needed this feature badly, I added the -n ... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Please find attached a patch (diff -c against cvs HEAD... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | I've created a patch which adds support for troff ... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Tom Lane | Simplify the planner's join clause management by storin... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Bruce Momjian | Remove idea of schema tablespaces: |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Marginal hack to avoid spending a lot of time in find_j... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Remove grammar productions for prefix and postfix ... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Tom Lane | Change WAL-logging scheme for multixacts to be more... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Neil Conway | Correct an omission in the syntax error message emitted... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Mention ipcrm and ipcclean in error message. |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Fix word wrap: |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Tom Lane | Use just NULL not NULL::TEXT --- the latter coding... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Neil Conway | Add a function lastval(), which returns the value retur... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Neil Conway | Add support for an optional INTO clause to PL/PgSQL... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Update text for RESET CONNECTION: |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Bruce Momjian | Ipcrm -> ipcclean in error message: |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Add rtee box index discussion. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Modify XLogInsert API to make callers specify whether... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Remove the mostly-stubbed-out-anyway support routines... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Bruce Momjian | Update Hungarian FAQ and add an HTML version. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Trivial markup improvement. |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Tom Lane | Nab some low-hanging fruit: replace the planner's base_... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Remove planner's private fields from Query struct,... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add description for backend termination: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Here's a patch to do the following: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Code for SET/SHOW TIME ZONE with a fixed-interval timez... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add 2phase TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail for 2phase commit: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Replace the parser's namespace tree (which formerly... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Remove duplicate emails. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail for timezone: |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Bruce Momjian | Add TODO.detail of standard timezone data type. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add pg_upgrade TODO.detail. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Bruce Momjian | Add TODO.detail: |
commit | commitdiff | tree | snapshot |
next |