| Commit message (Expand) | Author | Age |
* | [Forced commit to add log message that I fat-fingered last time] | Tom Lane | 2004-01-08 |
* | make | Tom Lane | 2004-01-07 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | Remove unused 'noversion' command-line option processing from the | Neil Conway | 2004-01-06 |
* | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 |
* | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 |
* | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane | 2004-01-04 |
* | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane | 2003-12-29 |
* | Using canonicalize_qual() to get rid of duplicate index predicate | Tom Lane | 2003-12-29 |
* | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 |
* | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 |
* | Fix a number of places where reconfiguring with a different installation | Tom Lane | 2003-12-23 |
* | Back out: | Bruce Momjian | 2003-12-21 |
* | In my mind there were two categories of open issues | Bruce Momjian | 2003-12-20 |
* | Make to_hex() behave portably on negative input values (treat them as | Tom Lane | 2003-12-19 |
* | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway | 2003-12-19 |
* | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane | 2003-12-17 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | Repair indexed bytea like operations, and related selectivity | Joe Conway | 2003-12-07 |
* | Added new group of read-only GUC variables to allow simple access | Joe Conway | 2003-12-03 |
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
* | Code and docs review for numeric-factorial patch. | Tom Lane | 2003-12-02 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 |
* | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane | 2003-12-01 |
* | Seems there are three GUC variables that are defined as "Shows ..." | Bruce Momjian | 2003-12-01 |
* | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 |
* | Changed parameter name for shared cache status report interval to | Jan Wieck | 2003-11-16 |
* | 2nd try for the ARC strategy. | Jan Wieck | 2003-11-13 |
* | ARC strategy backed out ... sorry | Jan Wieck | 2003-11-13 |
* | Replacement of the buffer replacement strategy with an ARC | Jan Wieck | 2003-11-13 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Cleanup for recent .exe Win32 fix. | Bruce Momjian | 2003-11-12 |
* | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian | 2003-11-11 |
* | Remove rcsid CVS header variable --- not used. | Bruce Momjian | 2003-11-10 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Fix process-status handling for OS X 10.3. | Tom Lane | 2003-11-08 |
* | zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, | Tom Lane | 2003-11-07 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut | 2003-10-18 |
* | Fix elog tab-insertion code to insert tabs only where wanted. | Tom Lane | 2003-10-17 |
* | Avoid division by zero in estimate_num_groups() when table has no rows. | Tom Lane | 2003-10-16 |
* | Have log_min_duration_statement = 0 always print duration/statement. | Bruce Momjian | 2003-10-08 |