You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Dunstan
a45388d6e0
Add xheader_width pset option to psql
...
The setting controls tha maximum length of the header line in expanded
format output. Possible settings are full, column, page, or an integer.
the default is full, the current behaviour, and in this case the header
line is the length of the widest line of output. column causes the
header to be truncated to the width of the first column, page causes it
to be truncated to the width of the terminal page, and an integer causes
it to be truncated to that value. If the full value is less than the
page or integer value no truncation occurs. If given without an argument
this option prints its current setting.
Platon Pronko, somewhat modified by me.
Discussion: https://postgr.es/m/f03d38a3-db96-a56e-d1bc-dbbc80bbde4d@gmail.com
3 years ago
..
access
Remove O_FSYNC and associated macros.
3 years ago
bootstrap
Apply PGDLLIMPORT markings broadly.
4 years ago
catalog
Allow users to skip logical replication of data having origin.
3 years ago
commands
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
4 years ago
common
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
4 years ago
datatype
Fix overflow hazards in interval input and output conversions.
4 years ago
executor
Automatically generate node support functions
4 years ago
fe_utils
Add xheader_width pset option to psql
3 years ago
foreign
Update copyright for 2022
4 years ago
jit
Add central declarations for dlsym()ed symbols
3 years ago
lib
Add missing inequality searches to rbtree
4 years ago
libpq
Emulate sigprocmask(), not sigsetmask(), on Windows.
3 years ago
mb
Apply PGDLLIMPORT markings broadly.
4 years ago
nodes
Dump more fields when dumping planner internal data structures.
3 years ago
optimizer
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
3 years ago
parser
Make subquery aliases optional in the FROM clause.
3 years ago
partitioning
Refactor and cleanup runtime partition prune code a little
4 years ago
port
Extend size_t support in pg_bitutils.h.
3 years ago
portability
Update copyright for 2022
4 years ago
postmaster
Add central declarations for dlsym()ed symbols
3 years ago
regex
Remove configure probe for wctype.h.
3 years ago
replication
Allow users to skip logical replication of data having origin.
3 years ago
rewrite
Update copyright for 2022
4 years ago
snowball
Update copyright for 2022
4 years ago
statistics
Add stxdinherit flag to pg_statistic_ext_data
4 years ago
storage
Add missing space in comments.
3 years ago
tcop
Pre-beta mechanical code beautification.
4 years ago
tsearch
Remove configure probe for wctype.h.
3 years ago
utils
Fix missed corner cases for grantable permissions on GUCs.
3 years ago
.gitignore
…
Makefile
Install generated nodes/nodetags.h
4 years ago
c.h
Add wal_sync_method=fdatasync for Windows.
3 years ago
fmgr.h
Mark all symbols exported from extension libraries PGDLLEXPORT.
3 years ago
funcapi.h
Create routine able to set single-call SRFs for Materialize mode
4 years ago
getaddrinfo.h
Update copyright for 2022
4 years ago
getopt_long.h
Update copyright for 2022
4 years ago
miscadmin.h
Process session_preload_libraries within InitPostgres's transaction.
3 years ago
pg_config.h.in
Remove dead getpwuid_r replacement code.
3 years ago
pg_config_ext.h.in
…
pg_config_manual.h
Remove durable_rename_excl()
4 years ago
pg_getopt.h
Apply PGDLLIMPORT markings broadly.
4 years ago
pg_trace.h
Update copyright for 2022
4 years ago
pgstat.h
Apply PGDLLIMPORT markings broadly.
4 years ago
pgtar.h
Update copyright for 2022
4 years ago
pgtime.h
Apply PGDLLIMPORT markings broadly.
4 years ago
port.h
Remove fls(), use pg_leftmost_one_pos32() instead.
3 years ago
postgres.h
Update copyright for 2022
4 years ago
postgres_ext.h
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
4 years ago
postgres_fe.h
Update copyright for 2022
4 years ago
rusagestub.h
Remove dead getrusage replacement code.
3 years ago
windowapi.h
Update copyright for 2022
4 years ago