Commit Graph

17711 Commits (ec0b1f271639ff0fafd1310de3c47cbb214c6294)
 

Author SHA1 Message Date
Tom Lane ec0b1f2716 Paranoia: ensure MyBackendId is InvalidBackendId in a process that has 22 years ago
Bruce Momjian bf65d730de Add thread library to libpgport creation. 22 years ago
Tom Lane c6719a2784 Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. 22 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 22 years ago
Peter Eisentraut d531fd2cdc Translation update 22 years ago
Peter Eisentraut c1010381ea Translation updates 22 years ago
Peter Eisentraut 55216724b2 Translation update 22 years ago
Tom Lane 41accb0e1a Fix another place that assumed 'x = lcons(y, z)' would not have any 22 years ago
Bruce Momjian f54b95655e Remove quotes around $CONFIG_LINKS. Caused improper expansion. 22 years ago
Bruce Momjian 0163983330 When checking for thread safety with src/tools/thread/thread_test.c, the 22 years ago
Tom Lane 0f3f34f098 Fix minor error in comment. 22 years ago
Tom Lane d707495452 Fix thinko in recent patch to change temp-table permissions behavior: 22 years ago
Teodor Sigaev a6ea6457fa Stat function now can show statistics per weight of lexemes 22 years ago
Tom Lane 1b9ef0025d Fix some typos I introduced in WIN32-only code late last night. 22 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 22 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 22 years ago
Tom Lane 37da0ba0e0 Seems we forgot the installdirs target in this makefile. 22 years ago
Tom Lane 2ac8c96ecb Make sure elog behaves sanely if invoked before GUC initializes. 22 years ago
Tom Lane d7013b0f15 On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. 22 years ago
Tom Lane 16974ee910 Get rid of the former rather baroque mechanism for propagating the values 22 years ago
Bruce Momjian bb44a7c525 pgindent files for Tom. 22 years ago
Bruce Momjian 83526ccf06 Cleanup for Win32 pgkill. 22 years ago
Bruce Momjian 6f21f4adaa Move pgkill out into /port so pg_ctl can use it on Win32. 22 years ago
Bruce Momjian d157b7bbc7 Document new pg_ctl 'kill' command, specificially for Win32. 22 years ago
Bruce Momjian f3d6d948c7 Change pg_ctl to be in C. This was the final shell script and is 22 years ago
Tom Lane c792cbcc26 Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by deleted columns. The old method involving UPDATE and VACUUM FULL will be considerably less efficient. 22 years ago
Neil Conway 92b0b080eb Add an index entry for "Performance Tips". Patch from Alvaro Herrera. 22 years ago
Tom Lane 4646a8f32f Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that 22 years ago
Tom Lane 0858ed20d2 A couple other cosmetic cleanups in new List stuff. 22 years ago
Bruce Momjian 437063bdc4 Move setlocale() outside of NLS-only defines. 22 years ago
Tom Lane d96c374648 Use new forboth() macro to make loop coding a bit clearer. 22 years ago
Bruce Momjian ffef9b8c50 AIX doc addition: 22 years ago
Bruce Momjian b5cf1b6a21 Fix problems in pg_autovacuum: 22 years ago
Bruce Momjian 1cf9d7bd24 Renumber to prevent duplicate oids. Update catalog version. 22 years ago
Bruce Momjian 97d625dd1c *) inet_(client|server)_(addr|port)() and necessary documentation for 22 years ago
Tom Lane 51227f8d9d Use a cleaner substitute for the inability to apply length() to the tail 22 years ago
Bruce Momjian 0d5364fd98 Fix problem with doing 7.0.X dumps on character varying[] fields. 22 years ago
Bruce Momjian 4807619251 Renumber bit/boolean aggregates to remove duplicates. 22 years ago
Tom Lane fafd5640d1 Recent commits added created files that weren't getting deleted by 22 years ago
Tom Lane f6c5da977c Add <limits.h>, per Magnus. 22 years ago
Bruce Momjian 8096fe45ce The added aggregates are: 22 years ago
Bruce Momjian 3dc37cd8d6 The patch adresses the TODO list item "Allow external interfaces to 22 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 22 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 22 years ago
Jan Wieck 18d0d10563 Please apply this minor patch to the cvs HEAD of dbmirror 22 years ago
Bruce Momjian f240d37229 Add FRONTEND to ecpglib. 22 years ago
Bruce Momjian 2a70ec1bdf Allow relative paths as long as the hardcoded path matches the bin path 22 years ago
Tom Lane bfb77c15ca Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW 22 years ago
Tom Lane 957b90ed6a Fix erroneous error message printout when a configuration file contains 22 years ago
Bruce Momjian c826991dd7 Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of argv0. 22 years ago