summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-06-02OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian
2004-06-02Fix breakage from GUC-extension-variables patch.Tom Lane
2004-06-02Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane
2004-06-01Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane
2004-06-01FastList is history, yay.Tom Lane
2004-06-01Just about there on de-FastList-ification.Tom Lane
2004-06-01Some more de-FastList-ification.Tom Lane
2004-06-01Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane
2004-05-31Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane
2004-05-31Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-31I think I've finally identified the cause of the off-by-one-secondTom Lane
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-30Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane
2004-05-30Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-29Translation updatePeter Eisentraut
2004-05-29Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane
2004-05-28Fix minor error in comment.Tom Lane
2004-05-28Fix thinko in recent patch to change temp-table permissions behavior:Tom Lane
2004-05-28Fix some typos I introduced in WIN32-only code late last night.Tom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-28Make sure elog behaves sanely if invoked before GUC initializes.Tom Lane
2004-05-27On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-27pgindent files for Tom.Bruce Momjian
2004-05-27Cleanup for Win32 pgkill.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-26Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane
2004-05-26A couple other cosmetic cleanups in new List stuff.Tom Lane
2004-05-26Use new forboth() macro to make loop coding a bit clearer.Tom Lane
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-26Use a cleaner substitute for the inability to apply length() to the tailTom Lane
2004-05-26Add <limits.h>, per Magnus.Tom Lane
2004-05-26The added aggregates are:Bruce Momjian
2004-05-26The patch adresses the TODO list item "Allow external interfaces toBruce Momjian
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-25Fix erroneous error message printout when a configuration file containsTom Lane
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24This patch fixes the find_my_exec code for pgstat backends. Required forBruce Momjian
2004-05-23Avoid calling select_default_timezone() when backing out an unwanted TZTom Lane
2004-05-23New two-stage sampling method for ANALYZE, as per discussions a few weeksTom Lane
2004-05-23Still another place to make the world safe for zero-column tables:Tom Lane
2004-05-23Handle impending sinval queue overflow by means of a separate signalTom Lane
2004-05-22For multi-table ANALYZE, use per-table transactions when possibleTom Lane
2004-05-22Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane