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